Package | Description |
---|---|
ilog.views.graphlayout.labellayout |
A generic framework for the label layout services provided
by JViews,
which can automatically place labels at graphic objects
such as nodes and links.
|
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 | Method and Description |
---|---|
protected IlvLabelLayoutLabelProperty |
IlvLabelLayout.createLayoutLabelProperty(String name,
IlvGraphic label,
boolean withDefaults)
Returns a new instance of a named property that can store the
parameter settings of this layout class for labels.
|
Constructor and Description |
---|
IlvLabelLayoutLabelProperty(IlvLabelLayoutLabelProperty source)
Creates a new
IlvLabelLayoutLabelProperty by copying an
existing one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAnnealingLabelLayoutLabelProperty
The class
IlvAnnealingLabelLayoutLabelProperty allows you
to store the settings of an instance of
IlvAnnealingLabelLayout for an individual label as a
named property in the label. |
Modifier and Type | Method and Description |
---|---|
protected IlvLabelLayoutLabelProperty |
IlvAnnealingLabelLayout.createLayoutLabelProperty(String name,
IlvGraphic label,
boolean withDefaults)
Returns a new instance of
IlvAnnealingLabelLayoutLabelProperty
that stores the parameter settings of this layout class for labels. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.