Package | Description |
---|---|
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.debug |
Utility classes for debugging.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
Modifier and Type | Method and Description |
---|---|
static IltcCompositeGraphic |
IltcCompositeManager.GetCompositeGraphic(IlvGraphic gg)
Returns the composite graphic object a given IlvGraphic belongs to,
null if none. |
static IltcCompositeGraphic |
IltcCompositeManager.GetCompositeGraphicFromProxy(IlvGraphic gg)
Returns the composite graphic object a given proxy represents,
null if none. |
IltcCompositeGraphic |
IltcCompositeGrapher.getFrom(IltcCompositeGraphic link)
Returns the starting point of a link.
|
IltcCompositeGraphic |
IltcCompositeGrapher.getTo(IltcCompositeGraphic link)
Returns the ending point of a link.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IltcCompositeManager.addInteractiveProxyObject(IltcCompositeGraphic graphic)
Adds a composite object's interactive proxy object to the IlvManager.
|
protected void |
IltcCompositeGrapher.addInteractiveProxyObject(IltcCompositeGraphic graphic) |
protected void |
IltcCompositeManager.addLayoutProxyObject(IltcCompositeGraphic graphic)
Adds a composite object's proxy object to the IlvManager.
|
protected void |
IltcCompositeGrapher.addLayoutProxyObject(IltcCompositeGraphic graphic) |
void |
IltcCompositeGrapher.addLink(IltcCompositeGraphic link,
IltcCompositeGraphic fromNode,
IltcCompositeGraphic toNode)
Adds a link to the grapher.
|
void |
IltcCompositeGrapher.addLink(IltcCompositeGraphic link,
IltcCompositeGraphic fromNode,
IltcCompositeGraphic toNode,
IltcLayer mlayer)
Adds a link to the grapher.
|
void |
IltcCompositeGrapher.addNode(IltcCompositeGraphic node)
Adds a node to the grapher.
|
void |
IltcCompositeGrapher.addNode(IltcCompositeGraphic node,
IltcLayer mlayer)
Adds a node to the grapher.
|
void |
IltcCompositeManager.addObject(IltcCompositeGraphic graphic)
Adds a composite object to the manager.
|
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.
|
void |
IltcApplyToComposite.apply(IltcCompositeGraphic graphic)
Applies the function.
|
protected void |
IltcCompositeManager.applyToLayoutProxy(IltcCompositeGraphic graphic,
IlvGraphic proxy,
IlvApplyObject f,
Object arg)
Applies a function f, with a proxy object temporarily removed from the
manager.
|
protected void |
IltcCompositeGrapher.applyToLayoutProxy(IltcCompositeGraphic graphic,
IlvGraphic proxy,
IlvApplyObject f,
Object arg)
Applies a function f, with a proxy object temporarily removed from the
manager.
|
void |
IltcCompositeManager.applyToObject(IltcCompositeGraphic graphic,
IltcApplyToComposite f)
Applies a function to a composite graphic object.
|
void |
IltcCompositeManager.applyToObject(IltcCompositeGraphic graphic,
ilog.tgo.composite.internal.IltcApplyToElement f)
Applies a method to all leaves of a composite object.
|
void |
IltcCompositeManager.applyToObject(IltcCompositeGraphic graphic,
IlvApplyObject f,
Object arg)
Applies a method to all leaves of a composite object.
|
void |
IltcCompositeManager.applyTransformObject(IltcCompositeGraphic graphic,
IlvTransformer t)
Applies a transform to a composite object.
|
void |
IltcCompositeManager.ApplyTransformObject(IltcCompositeGraphic graphic,
IlvTransformer t)
Applies a transform to a composite object.
|
ilog.tgo.composite.internal.IltcCompositeLinkLayoutProxy |
IltcCompositeGraphic.createLinkLayoutProxy(IltcCompositeGraphic from,
IltcCompositeGraphic to)
Returns a new link layout proxy for this graphic object.
|
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.
|
IltcCompositeGraphic |
IltcCompositeGrapher.getFrom(IltcCompositeGraphic link)
Returns the starting point of a link.
|
IltcLayer |
IltcCompositeManager.getLayer(IltcCompositeGraphic graphic)
Returns the layer a composite object belongs to.
|
static IltcLayer |
IltcCompositeManager.GetLayer(IltcCompositeGraphic graphic) |
Enumeration |
IltcCompositeGrapher.getLinks(IltcCompositeGraphic node)
Returns an enumeration of all the links ending on a given node.
|
Enumeration |
IltcCompositeGrapher.getLinksFrom(IltcCompositeGraphic node)
Returns an enumeration of all the links originating from a given node.
|
Enumeration |
IltcCompositeGrapher.getLinksTo(IltcCompositeGraphic node)
Returns an enumeration of all the links going to a given node.
|
IltcCompositeGraphic |
IltcCompositeGrapher.getTo(IltcCompositeGraphic link)
Returns the ending point of a link.
|
boolean |
IltcCompositeGrapher.isLink(IltcCompositeGraphic object)
Determines whether an object is known as a link to the grapher.
|
boolean |
IltcCompositeManager.isManaged(IltcCompositeGraphic graphic)
Tests whether a composite graphic object is in this manager.
|
boolean |
IltcCompositeGrapher.isNode(IltcCompositeGraphic object)
Determines whether an object is known as a node to the grapher.
|
void |
IltcCompositeGrapher.linkAdded(IltcCompositeGraphic graphic)
This function is called when a link in the manager is added.
|
void |
IltcCompositeGrapher.linkChanged(IltcCompositeGraphic graphic,
boolean mustLayout)
This function is called when a link in the manager is changed or moved.
|
void |
IltcCompositeGrapher.linkRemoved(IltcCompositeGraphic graphic)
This function is called when a link in the manager is removed.
|
protected boolean |
IltcCompositeGrapher.mustUpdateAdjacentLinks(IltcCompositeGraphic node) |
void |
IltcCompositeGrapher.nodeAdded(IltcCompositeGraphic graphic)
This function is called when a node in the manager is added.
|
void |
IltcCompositeGrapher.nodeChanged(IltcCompositeGraphic graphic,
boolean mustLayout)
This function is called when a node in the manager is changed or moved.
|
void |
IltcCompositeGrapher.nodeRemoved(IltcCompositeGraphic graphic)
This function is called when a node in the manager is removed.
|
void |
IltcCompositeManager.objectChanged(IltcCompositeGraphic graphic,
boolean mustLayout)
This function is called when a composite object (present in the
manager) is changed or moved.
|
void |
IltcCompositeGrapher.objectChanged(IltcCompositeGraphic object,
boolean mustLayout) |
void |
IltcCompositeManager.reDrawObject(IltcCompositeGraphic graphic)
Redraws a composite object.
|
protected void |
IltcCompositeGrapher.removeAdjacentLinks(IltcCompositeGraphic node,
Vector links)
Removes a set of links, all incident with the same node, from the
grapher, and notifies the world about it.
|
protected void |
IltcCompositeManager.removeInteractiveProxyObject(IltcCompositeGraphic graphic)
Removes a composite object's interactive proxy object from the IlvManager.
|
protected void |
IltcCompositeGrapher.removeInteractiveProxyObject(IltcCompositeGraphic graphic) |
protected void |
IltcCompositeManager.removeLayoutProxyObject(IltcCompositeGraphic graphic)
Removes a composite object's proxy object from the IlvManager.
|
protected void |
IltcCompositeGrapher.removeLayoutProxyObject(IltcCompositeGraphic graphic) |
void |
IltcCompositeGrapher.removeLink(IltcCompositeGraphic link)
Removes a link from the grapher.
|
void |
IltcCompositeGrapher.removeLinkNotify(IltcCompositeGraphic link)
Removes a link from the grapher, and notifies the world about it.
|
void |
IltcCompositeGrapher.removeNode(IltcCompositeGraphic node)
Removes a node from the grapher.
|
void |
IltcCompositeManager.removeObject(IltcCompositeGraphic graphic)
Removes a composite object from the manager.
|
protected void |
IltcCompositeManager.removeObject(IltcCompositeGraphic graphic,
boolean temporary) |
protected void |
IltcCompositeGrapher.removeObject(IltcCompositeGraphic graphic,
boolean temporary)
Removes a composite object from the manager.
|
void |
IltcCompositeManager.replaceHierarchyRoot(IltcCompositeGraphic graphic,
IltcGraphicElementAggregate newRoot)
Replaces the hierarchy root of a composite object with another one.
|
static void |
IltcCompositeManager.ReplaceHierarchyRoot(IltcCompositeGraphic graphic,
IltcGraphicElementAggregate newRoot)
Replaces the hierarchy root of a composite object with another one.
|
void |
IltcCompositeManager.setForcedInvisible(IltcCompositeGraphic graphic,
boolean invisible)
Makes a graphic object forcibly invisible.
|
void |
IltcCompositeManager.translateObject(IltcCompositeGraphic graphic,
double dx,
double dy)
Moves a composite object.
|
static void |
IltcCompositeManager.TranslateObject(IltcCompositeGraphic graphic,
double dx,
double dy)
Moves a composite object.
|
void |
IltcCompositeManager.updatePositions(IltcCompositeGraphic graphic)
Updates the sizes and positions of all leaves of a composite object.
|
Modifier and Type | Method and Description |
---|---|
static void |
IltCompositeGraphicDebug.PrintTree(IltcCompositeGraphic tree,
PrintStream out)
Deprecated.
Prints a composite object as a tree.
|
Modifier and Type | Class and Description |
---|---|
class |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IltCompositeGrapher.addLayoutProxyObject(IltcCompositeGraphic graphic) |
ilog.tgo.composite.internal.IltcCompositeLinkLayoutProxy |
IltCompositeGraphic.createLinkLayoutProxy(IltcCompositeGraphic from,
IltcCompositeGraphic to)
Returns a new link layout proxy for this graphic object.
|
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) |
void |
IltCompositeGrapher.linkAdded(IltcCompositeGraphic graphic)
This function is called when a link in the manager is added.
|
void |
IltCompositeGrapher.linkChanged(IltcCompositeGraphic graphic,
boolean mustLayout)
This function is called when a link in the manager is changed or moved.
|
void |
IltCompositeGrapher.linkRemoved(IltcCompositeGraphic graphic)
This function is called when a link in the manager is removed.
|
protected boolean |
IltCompositeGrapher.mustUpdateAdjacentLinks(IltcCompositeGraphic node)
Override from IltcCompositeGrapher.
|
void |
IltCompositeGrapher.nodeAdded(IltcCompositeGraphic graphic)
This function is called when a node is added in the manager.
|
void |
IltCompositeGrapher.nodeChanged(IltcCompositeGraphic graphic,
boolean mustLayout)
This function is called when a node in the manager is changed or moved.
|
void |
IltCompositeGrapher.nodeRemoved(IltcCompositeGraphic graphic)
This function is called when a node in the manager is removed.
|
void |
IltCompositeGrapher.objectChanged(IltcCompositeGraphic object,
boolean mustLayout)
This method is called when an object has changed in the composite
grapher.
|
protected void |
IltCompositeGrapher.removeAdjacentLinks(IltcCompositeGraphic node,
Vector links)
Removes a set of links, all incident with the same node, from the
grapher, and notifies the world about it.
|
void |
IltCompositeGrapher.removeLinkNotify(IltcCompositeGraphic link)
Removes a link from the grapher, and notifies the world about it.
|
Modifier and Type | Method and Description |
---|---|
IltcCompositeGraphic |
IltMoveInteractor.getGraphic()
Returns the composite graphic object.
|
Constructor and Description |
---|
IltMoveInteractor(IltcCompositeGraphic composite)
Creates the interactor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.