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 | Class and Description |
---|---|
class |
IltcCompositeGrapher
This class is the counterpart of IlvGrapher for IltcCompositeGraphic
objects.
|
Modifier and Type | Field and Description |
---|---|
protected IltcCompositeManager |
IltZoomPolicy._manager
The manager whose zoom we manage.
|
protected IltcCompositeManager |
IltcCompositeManager._parent |
Modifier and Type | Method and Description |
---|---|
IltcCompositeManager |
IltcCompositeGraphic._getManager()
Returns the IltcCompositeManager containing this composite graphic object,
or
null if it is currently not in a manager. |
IltcCompositeManager |
IltZoomPolicy.getManager()
Returns the IltcCompositeManager to which this instance is attached.
|
protected IltcCompositeManager |
IltcCompositeManager.getParentManager()
Returns the parent of this composite manager.
|
IltcCompositeManager |
IltcCompositeManager.getTopLevelManager()
Returns the top-level manager of this composite manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IltcCompositeManager.addManager(IltcCompositeManager cm)
Adds a composite submanager to this manager.
|
abstract void |
IltcLayerPolicy.attach(IltcCompositeManager mgr) |
IltcLayerPolicy |
IltcLayerPolicyFactory.create(IltcCompositeManager manager)
Creates a new layer policy for a given manager.
|
abstract void |
IltcLayerPolicy.detach(IltcCompositeManager mgr) |
IlvTransformer |
IltcCompositeManager.getRelativeTransformer(IltcCompositeManager supermanager)
Returns the transformer that allows converting from the coordinate
system of this composite manager to the coordinate system of a
containing composite manager.
|
void |
IltcCompositeGraphic.noteAddToCompositeManager(IltcCompositeManager manager)
This function is called when the graphic object is being added to a
manager.
|
void |
IltcCompositeGraphic.noteRemoveFromCompositeManager(IltcCompositeManager manager)
This function is called when the graphic object is is being removed from
a manager.
|
void |
IltcCompositeManager.removeManager(IltcCompositeManager cm)
Removes a composite submanager from this manager.
|
void |
IltZoomPolicy.setManager(IltcCompositeManager manager)
Attaches this instance to an IltcCompositeManager.
|
protected void |
IltcCompositeManager.setParent(IltcCompositeManager parent) |
Constructor and Description |
---|
IltcLayer(IlvManager manager,
int index,
IltcCompositeManager owner) |
Modifier and Type | Class and Description |
---|---|
class |
IltCompositeGrapher
This class is the counterpart of
IlvGrapher for IltCompositeGraphic objects. |
Modifier and Type | Field and Description |
---|---|
protected IltcCompositeManager |
IltCompositeGrapher.LayerPolicy._manager |
Modifier and Type | Method and Description |
---|---|
void |
IltLayerPolicy.attach(IltcCompositeManager manager)
Attaches this layer policy to the manager.
|
void |
IltCompositeGrapher.LayerPolicy.attach(IltcCompositeManager mgr)
Attaches the layer policy to the given manager.
|
void |
IltLayerPolicy.detach(IltcCompositeManager manager)
Detaches the layer policy from the manager and dispose its contents.
|
void |
IltCompositeGrapher.LayerPolicy.detach(IltcCompositeManager cmgr)
Detaches the layer policy from the given manager.
|
void |
IltCompositeGraphic.noteAddToCompositeManager(IltcCompositeManager manager) |
void |
IltCompositeGraphic.noteRemoveFromCompositeManager(IltcCompositeManager manager) |
protected void |
IltCompositeGrapher.setParent(IltcCompositeManager parent) |
Constructor and Description |
---|
LayerPolicy(IltcCompositeManager manager)
Creates a new layer policy.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.