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 |
---|---|
void |
LabelingModelListener.contentsChanged(LabelingModelEvent event)
This method is called when the labels or obstacles are added or
removed, or when the geometry of labels or obstacles changes.
|
void |
IlvLabelLayout.contentsChanged(LabelingModelEvent event)
Invoked when the structure or the geometry of the graph changes.
|
protected void |
IlvLabelingModel.fireLabelingModelEvent(LabelingModelEvent event)
This method must be called by the adapter classes when the contents
have changed (labels or obstacles were added, moved, or removed).
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAnnealingLabelLayout.contentsChanged(LabelingModelEvent event)
Overridden version of the base class method to allow the layout to
automatically update the label positions when a related obstacle is
moved.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.