Package | Description |
---|---|
ilog.views.graphlayout.labellayout.annealing |
The Annealing Label Layout places labels close to related obstacles
such that the amount of overlaps among labels, and between labels
and obstacles is small.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvOverlappingLabelMovementPolicy
A label movement policy that allows a label to be moved by the label
layout algorithm only if the label initially overlaps other labels or
obstacles.
|
Modifier and Type | Method and Description |
---|---|
IlvLabelMovementPolicy |
IlvAnnealingLabelLayout.getLabelMovementPolicy()
Returns the label movement policy used during layout.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAnnealingLabelLayout.setLabelMovementPolicy(IlvLabelMovementPolicy policy)
Allows you to install a label movement policy, that is, an object that
allows or prohibits a label being moved by the layout algorithm.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.