|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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:
IltCompositeGrapher which manages a set of graphic
representations in an IlvGrapher (instances of
IltCompositeGraphic.
IltComponentManager which, as a Swing component,
contains a set of instances of IltComponentGraphic.
| 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 |
|---|
void startDelayingUpdates()
endDelayingUpdates.
void endDelayingUpdates()
startDelayingUpdates.
IlvTransformer getZoomTransformer()
null is returned, which stands for the
identity transform.
IltGraphic createGraphic(IltObject object)
void addGraphic(IltGraphic graphic)
createGraphic in the
graphic manager.
void removeGraphic(IltGraphic graphic)
void computeGraphic(IltObject object,
Object position,
ilog.tgo.graphic.internal.IltComputeAmount amount)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||