ilog.tgo.graphic
Interface IltGraphicManager

All Known Implementing Classes:
IltComponentManager, IltCompositeGrapher

Deprecated. Please use an IlpGraphicView instead. It contains a method getGraphic or getGraphicHolder.

public interface IltGraphicManager

This interface denotes a container for a set of graphic representations of telecom objects.

It is implemented by the following classes:

Since:
JTGO 2.5
Deprecated Since:
JTGO 3.5

Method Summary
 void addGraphic(IltGraphic graphic)
          Deprecated. Adds the graphic representation created with createGraphic in the graphic manager.
 void computeGraphic(IltObject object, Object position, ilog.tgo.graphic.internal.IltComputeAmount amount)
          Deprecated. Ensures a valid graphic representation, and sets the object position inside this manager.
 IltGraphic createGraphic(IltObject object)
          Deprecated. Ensures that this object has a graphic representation in a given IltGraphicManager.
 void endDelayingUpdates()
          Deprecated. Terminates delaying redraws and updates.
 IlvTransformer getZoomTransformer()
          Deprecated. Returns the zoom transform of the associated manager.
 void removeGraphic(IltGraphic graphic)
          Deprecated. Removes the graphic representation from the graphic manager.
 void startDelayingUpdates()
          Deprecated. Starts delaying redraws and updates.
 

Method Detail

startDelayingUpdates

void startDelayingUpdates()
Deprecated. 
Starts delaying redraws and updates. After this call, updates and redraws will be delayed until the next call to endDelayingUpdates.


endDelayingUpdates

void endDelayingUpdates()
Deprecated. 
Terminates delaying redraws and updates. Performs the necessary updates and redraws that became necessary since the last call to startDelayingUpdates.


getZoomTransformer

IlvTransformer getZoomTransformer()
Deprecated. 
Returns the zoom transform of the associated manager. If no logical zoom is enabled, null is returned, which stands for the identity transform.


createGraphic

IltGraphic createGraphic(IltObject object)
Deprecated. 
Ensures that this object has a graphic representation in a given IltGraphicManager. If no graphic representation in this view exists, an invisible graphic representation is created.


addGraphic

void addGraphic(IltGraphic graphic)
Deprecated. 
Adds the graphic representation created with createGraphic in the graphic manager.


removeGraphic

void removeGraphic(IltGraphic graphic)
Deprecated. 
Removes the graphic representation from the graphic manager.


computeGraphic

void computeGraphic(IltObject object,
                    Object position,
                    ilog.tgo.graphic.internal.IltComputeAmount amount)
Deprecated. 
Ensures a valid graphic representation, and sets the object position inside this manager.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.