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 |
IlvAnnealingPointLabelDescriptor
The class
IlvAnnealingPointLabelDescriptor can be used to
specify that the label should be placed close to specific point (the
point labeling problem). |
class |
IlvAnnealingPolylineLabelDescriptor
The class
IlvAnnealingPolylineLabelDescriptor can be used
to specify that the label should be placed close to a polyline (the
polyline labeling problem). |
Modifier and Type | Method and Description |
---|---|
IlvAnnealingLabelDescriptor |
IlvAnnealingPolylineLabelDescriptor.copy()
Returns a copy of this label descriptor.
|
IlvAnnealingLabelDescriptor |
IlvAnnealingPointLabelDescriptor.copy()
Returns a copy of this label descriptor.
|
abstract IlvAnnealingLabelDescriptor |
IlvAnnealingLabelDescriptor.copy()
Returns a copy of this label descriptor.
|
IlvAnnealingLabelDescriptor |
IlvAnnealingLabelDescriptorProvider.getLabelDescriptor(IlvAnnealingLabelLayout layout,
Object label)
Returns the label descriptor of a label.
|
IlvAnnealingLabelDescriptor |
IlvAnnealingLabelLayout.getLabelDescriptor(Object label)
Returns the descriptor of the label.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAnnealingLabelLayout.setLabelDescriptor(Object label,
IlvAnnealingLabelDescriptor descriptor)
Sets the descriptor of the label.
|
Constructor and Description |
---|
IlvAnnealingLabelDescriptor(IlvAnnealingLabelDescriptor d)
Creates a copy of a label descriptor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.