Package | Description |
---|---|
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
Modifier and Type | Method and Description |
---|---|
IltcLayer |
IltcCompositeManager.addLayerAtBottom()
Adds a new layer below all other layers.
|
IltcLayer |
IltcCompositeManager.addLayerBelow(IltcLayer mlayer)
Adds a new layer below another layer.
|
IltcLayer |
IltcCompositeManager.addLayerBelow(IlvManagerLayer ilvlayer)
Adds a new layer below a JViews layer.
|
IltcLayer |
IltcCompositeManager.addLayerOnTop()
Adds a new layer on top of all other layers.
|
IltcLayer |
IltcCompositeManager.addLayerOnTop(IltcLayer mlayer)
Adds a new layer on top of another layer.
|
IltcLayer |
IltcCompositeManager.addLayerOnTop(IlvManagerLayer ilvlayer)
Adds a new layer on top of a JViews layer.
|
abstract IltcLayer |
IltcLayerPolicy.getDefaultLayer(IltcCompositeGraphic graphic)
Returns the default layer to be used when adding a composite object
to the manager.
|
IltcLayer |
IltcLayerPolicy.getElementLayer(IltcCompositeGraphic graphic,
ilog.tgo.composite.internal.IltcGraphicElement g)
Deprecated.
|
IltcLayer |
IltcCompositeManager.getInsertionLayer()
Returns the default layer where objects are inserted.
|
IltcLayer |
IltcCompositeManager.getInvisibleLayer()
Returns the special invisible layer.
|
IltcLayer |
IltcCompositeManager.getLayer(IltcCompositeGraphic graphic)
Returns the layer a composite object belongs to.
|
static IltcLayer |
IltcCompositeManager.GetLayer(IltcCompositeGraphic graphic) |
IltcLayer |
IltcCompositeManager.getLayerCloseBelow(IltcLayer mlayer)
Returns the layer sitting below a given layer, with an infinitely
small distance.
|
IltcLayer |
IltcCompositeManager.getLayerCloseOnTop(IltcLayer mlayer)
Returns the layer sitting on top of a given layer, with an infinitely
small distance.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IltcCompositeManager.addIlvManagerLayerBelow(IltcLayer mlayer)
Adds a new JViews layer below a layer.
|
void |
IltcCompositeManager.addIlvManagerLayerBelow(IlvManagerLayer layer,
IltcLayer mlayer)
Adds a given JViews layer below a layer.
|
IlvManagerLayer |
IltcCompositeManager.addIlvManagerLayerOnTop(IltcLayer mlayer)
Adds a new JViews layer on top of a layer.
|
void |
IltcCompositeManager.addIlvManagerLayerOnTop(IlvManagerLayer layer,
IltcLayer mlayer)
Adds a given JViews layer on top of a layer.
|
IltcLayer |
IltcCompositeManager.addLayerBelow(IltcLayer mlayer)
Adds a new layer below another layer.
|
IltcLayer |
IltcCompositeManager.addLayerOnTop(IltcLayer mlayer)
Adds a new layer on top of another layer.
|
void |
IltcCompositeGrapher.addLink(IltcCompositeGraphic link,
IltcCompositeGraphic fromNode,
IltcCompositeGraphic toNode,
IltcLayer mlayer)
Adds a link to the grapher.
|
void |
IltcCompositeGrapher.addNode(IltcCompositeGraphic node,
IltcLayer mlayer)
Adds a node to the grapher.
|
void |
IltcCompositeManager.addObject(IltcCompositeGraphic graphic,
IltcLayer mlayer)
Adds a composite object to the manager.
|
protected void |
IltcCompositeManager.addObject(IltcCompositeGraphic graphic,
IltcLayer mlayer,
boolean temporary) |
protected void |
IltcCompositeGrapher.addObject(IltcCompositeGraphic graphic,
IltcLayer mlayer,
boolean temporary)
Adds a composite object to the manager.
|
ilog.tgo.composite.internal.IltcCompositePart |
IltcCompositeGraphic.createCompositePart(IltcLayer macroLayer)
Returns a new per-layer part for this graphic object.
|
IltcLayer |
IltcCompositeManager.getLayerCloseBelow(IltcLayer mlayer)
Returns the layer sitting below a given layer, with an infinitely
small distance.
|
IltcLayer |
IltcCompositeManager.getLayerCloseOnTop(IltcLayer mlayer)
Returns the layer sitting on top of a given layer, with an infinitely
small distance.
|
abstract boolean |
IltcLayerPolicy.isRemovable(IltcLayer layer)
Returns
true if the specified layer is free to be removed
from the manager. |
boolean |
IltcCompositeManager.isVisible(IltcLayer mlayer)
Returns the global visibility of a layer.
|
boolean |
IltcCompositeManager.isVisible(IlvManagerView view,
IltcLayer mlayer)
Returns the visibility of a layer in a given view.
|
void |
IltcCompositeManager.removeLayer(IltcLayer mlayer)
Removes a layer.
|
void |
IltcCompositeManager.removeLayer(IltcLayer mlayer,
boolean removeCloseOnes)
Removes a layer.
|
void |
IltcCompositeManager.setInsertionLayer(IltcLayer mlayer)
Sets the default layer where objects are inserted.
|
void |
IltcCompositeManager.setVisible(IltcLayer mlayer,
boolean visible)
Changes the global visibility of a layer.
|
void |
IltcCompositeManager.setVisible(IlvManagerView view,
IltcLayer mlayer,
boolean visible)
Changes the visibility of a layer in a given view.
|
Modifier and Type | Field and Description |
---|---|
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._alarmBalloonLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._cardLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._groupLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._infoWindowLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._linkLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._mainLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._secondaryStateModifiersLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._shelfLayer |
protected IltcLayer |
IltCompositeGrapher.LayerPolicy._systemWindowLayer |
Modifier and Type | Method and Description |
---|---|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getAlarmBalloonLayer()
Returns the layer which holds the alarm balloons of all objects.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getCardLayer()
Returns the layer which holds the card carriers and composite cards,
including all its items.
|
abstract IltcLayer |
IltLayerPolicy.getDefaultLayer(IltcCompositeGraphic graphic)
Returns the default layer to be used when adding a composite object
to the manager.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getDefaultLayer(IltcCompositeGraphic graphic)
Returns the default layer for a given graphic.
|
IltcLayer |
IltLayerPolicy.getElementLayer(IltcCompositeGraphic graphic,
ilog.tgo.composite.internal.IltcGraphicElement g)
Implementation of a deprecated method of the superclass.
|
abstract IltcLayer |
IltLayerPolicy.getElementLayer(IltcCompositeGraphic graphic,
IltGraphicElementName elementName)
Returns the layer to be used for a specific graphic element, part of
a composite object.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getElementLayer(IltcCompositeGraphic graphic,
IltGraphicElementName elementName) |
IltcLayer |
IltCompositeGrapher.LayerPolicy.getGroupLayer()
Returns the layer which holds the groups.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getInfoWindowLayer()
Returns the layer which holds the information windows of all objects.
|
protected IltcLayer |
IltCompositeGrapher.LayerPolicy.getLayerOf(IltObject object)
Returns the layer of a given object in this manager, if it is visible.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getLinkLayer()
Returns the layer which holds the links.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getMainLayer()
Returns the layer which holds the base of network elements,
off-page connectors, shelves and stand-alone shelf items.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getSecondaryStateModifiersLayer()
Returns the layer which holds the secondary states of all objects.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getShelfLayer()
Returns the layer which holds the shelves and its items.
|
IltcLayer |
IltCompositeGrapher.LayerPolicy.getSystemWindowLayer()
Returns the layer which holds the system windows of all objects.
|
Modifier and Type | Method and Description |
---|---|
ilog.tgo.composite.internal.IltcCompositePart |
IltCompositeGraphic.createCompositePart(IltcLayer macroLayer)
Returns a new per-layer part for this graphic object.
|
abstract boolean |
IltLayerPolicy.isRemovable(IltcLayer layer)
Returns
true if the specified layer is free to be removed
from the manager. |
boolean |
IltCompositeGrapher.LayerPolicy.isRemovable(IltcLayer layer)
Returns
true if the specified layer is free to be removed
from the manager. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.