Package | Description |
---|---|
ilog.tgo.graphic.graphlayout.labellayout |
Contains the classes needed for the label layout
|
Modifier and Type | Field and Description |
---|---|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.BTS
Represents all the BTS.
|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.LINEAR_GROUPS
Represents all the linear groups.
|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.LINKS
Represents all the links.
|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.NETWORK_ELEMENTS
Represents all the network elements.
|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.OFF_PAGE_CONNECTORS
Represents all the off-page connectors.
|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.OTHERS
Represents all the objects not defined in the other tags.
|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.POLY_GROUPS
Represents all the polygroups.
|
static IltLabelLayoutConstants |
IltLabelLayoutConstants.RECT_GROUPS
Represents all the rectangular groups.
|
Modifier and Type | Method and Description |
---|---|
IltLabelLayoutConstants[] |
IltAnnealingLabelLayout.getObjects()
Returns the type of objects whose label shall be moved
by the label layout.
|
IltLabelLayoutConstants |
IltAnnealingLabelLayout.getObjects(int index)
Returns the type of object whose label shall be
moved by the label layout and which is configured
at the given index.
|
IltLabelLayoutConstants[] |
IltAnnealingLabelLayout.getObstacles()
Returns the list of object types that are considered as obstacles
by this label layout.
|
IltLabelLayoutConstants |
IltAnnealingLabelLayout.getObstacles(int index)
Returns the object type that is considered as obstacle and
which is configured at the given index.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IltAnnealingLabelLayout.isObject(IltLabelLayoutConstants type)
Tests whether a certain type of
IltObject should
have its label placed by the label layout. |
boolean |
IltAnnealingLabelLayout.isObstacle(IltLabelLayoutConstants type)
Tests whether a certain type of
IltObject is considered
as obstacle by the label layout |
boolean |
IltAnnealingLabelLayout.isUsedInLayout(IltLabelLayoutConstants type)
Tests whether a certain type of
IltObject is used in the layout. |
void |
IltAnnealingLabelLayout.setObject(IltLabelLayoutConstants type,
boolean flag)
Sets if the given object will be considered by the label layout
or not.
|
void |
IltAnnealingLabelLayout.setObjects(IltLabelLayoutConstants[] labels)
Sets the type of objects whose label shall be moved
by the label layout.
|
void |
IltAnnealingLabelLayout.setObjects(int index,
IltLabelLayoutConstants l)
Sets the type of objects whose label shall be moved
by the label layout.
|
void |
IltAnnealingLabelLayout.setObstacle(IltLabelLayoutConstants type,
boolean flag)
Sets if the given object type shall be considered or not as
an obstacle by this label layout.
|
void |
IltAnnealingLabelLayout.setObstacles(IltLabelLayoutConstants[] types)
Sets the obstacles for the label layout.
|
void |
IltAnnealingLabelLayout.setObstacles(int index,
IltLabelLayoutConstants type)
Sets the given object type as an obstacle for the label layout.
|
void |
IltAnnealingLabelLayout.setUsedInLayout(IltLabelLayoutConstants type,
boolean flag)
Defines that a certain type of
IltObject will be
taken into account by the label layout. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.