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.
|
ilog.views.graphlayout.labellayout.random |
The Random Label Layout algorithm moves the labels of the manager at
randomly computed positions inside an user-defined region.
|
Modifier and Type | Method and Description |
---|---|
protected IlvLabelLayoutManagerProperty |
IlvLabelLayout.createLayoutManagerProperty(String name,
boolean withDefaults)
Returns a new instance of a named property that can store the
parameter settings of this layout class.
|
Constructor and Description |
---|
IlvLabelLayoutManagerProperty(IlvLabelLayoutManagerProperty source)
Creates a new
IlvLabelLayoutManagerProperty by copying an
existing one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAnnealingLabelLayoutManagerProperty
The class
IlvAnnealingLabelLayoutManagerProperty allows
you to store the global settings of an instance of
IlvAnnealingLabelLayout as a named property in the
manager. |
Modifier and Type | Method and Description |
---|---|
protected IlvLabelLayoutManagerProperty |
IlvAnnealingLabelLayout.createLayoutManagerProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvAnnealingLabelLayoutManagerProperty that stores the parameter
settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRandomLabelLayoutManagerProperty
The class
IlvRandomLabelLayoutManagerProperty allows you
to store the global settings of an instance of
IlvRandomLabelLayout as a named property in the manager. |
Modifier and Type | Method and Description |
---|---|
protected IlvLabelLayoutManagerProperty |
IlvRandomLabelLayout.createLayoutManagerProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvRandomLabelLayoutManagerProperty
that stores the parameter settings of this layout class. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.