IlpGraphicView
instead. It
contains a method getGraphic
or
getGraphicHolder
.@Deprecated public interface IltGraphicManager
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
.
Modifier and Type | Method and Description |
---|---|
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.
|
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)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.