Package | Description |
---|---|
ilog.tgo.graphic.graphlayout.labellayout |
Contains the classes needed for the label layout
|
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.multiple |
The Multiple Layout class is not really a layout algorithm but rather a
facility to compose multiple layout algorithms and treat them as one algorithm
object.
|
ilog.views.maps.labelling |
Provides classes and interfaces for map labelling.
|
Modifier and Type | Method and Description |
---|---|
IlvLabelLayoutReport |
IltAnnealingLabelLayout.performLayout()
Performs the layout.
|
IlvLabelLayoutReport |
IltAnnealingLabelLayout.performLayout(boolean force,
boolean redraw)
Actually performs the layout.
|
Modifier and Type | Method and Description |
---|---|
protected IlvLabelLayoutReport |
IlvLabelLayout.createLayoutReport()
Returns a new instance of the layout report.
|
IlvLabelLayoutReport |
LabelLayoutEvent.getLayoutReport()
Returns the label layout report contained in the event.
|
IlvLabelLayoutReport |
IlvLabelLayout.getLayoutReport()
Returns the layout report, that is, the object that contains
information about the behavior of the layout algorithm.
|
IlvLabelLayoutReport |
IlvLabelLayout.performLayout()
Starts the layout algorithm using the currently attached labeling
model and the current settings for the layout parameters.
|
IlvLabelLayoutReport |
IlvLabelLayout.performLayout(boolean force,
boolean redraw)
Starts the layout algorithm using the currently attached labeling
model and the current settings for the layout parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvLabelingModel.afterLayout(IlvLabelLayout layout,
IlvLabelLayoutReport layoutReport,
boolean redraw)
Notifies the labeling model that a layout session has finished.
|
void |
IlvDefaultLabelingModel.afterLayout(IlvLabelLayout layout,
IlvLabelLayoutReport layoutReport,
boolean redraw)
Notifies the labeling model that a layout session has finished.
|
protected void |
IlvLabelLayout.setLayoutReport(IlvLabelLayoutReport report)
Sets the layout report; that is, the object that contains information
about the behavior of the layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvLabelLayoutReport |
IlvMultipleLayoutReport.getLabelLayoutReport()
Returns the report of the label layout.
|
protected IlvLabelLayoutReport |
IlvMultipleLayout.performLabelLayout(boolean redraw)
Called in order to perform the label layout.
|
Modifier and Type | Method and Description |
---|---|
IlvLabelLayoutReport |
IlvMapLabeler.performLayout(IlvManagerView view)
Performs the label layout on the specified view.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.