IlpGraphic
or
IlpRepresentation
objects instead. Once you have
added an IlpObject
to a datasource and is it being
displayed, you can retrieve the
IlpRepresentationObject
through
network.getAdapter().getRepresentationObject(obj)
and the IlpGraphic
through
network.getView().getGraphic(repobj)
.@Deprecated public interface IltGraphic
It is implemented by the following classes:
IltCompositeGraphic
, the graphic representation in
an IltCompositeGrapher
, using an
IlvManager
.
IltComponentGraphic
, the graphic representation in
a Swing view.
As a JTGO user, you should not call the methods in this interface
directly. The main API for dealing with graphic representations is in
class IltObject
.
IltCompositeGraphic
,
IltCompositeGrapher
,
IltComponentGraphic
,
IltObject
Modifier and Type | Method and Description |
---|---|
void |
afterComputeGraphic(IltObject object,
IltGraphicManager manager)
Deprecated.
This method is called after computing the graphical representation of the
objects.
|
void |
doComputeGraphic(IltObject object,
IltGraphicManager manager,
ilog.tgo.graphic.internal.IltComputeAmount amount)
Deprecated.
Computes the graphic representation.
|
IltCompositeGraphic |
getCompositeGraphic()
Deprecated.
Returns the underlying IltCompositeGraphic instance.
|
IltCompositeInteractions |
getInteractions()
Deprecated.
Returns the object managing the interactions for this composite object.
|
IltLegend |
getLegend()
Deprecated.
Returns the object containing the customizable graphic properties for
this graphic representation.
|
IltGraphic |
getParentGraphic()
Deprecated.
Returns the graphic object which represents the container this graphic
representation belongs to, in the same IltGraphicManager.
|
boolean |
isContainerGraphic()
Deprecated.
Returns true if this graphic representation belongs to a container.
|
IltCompositeGraphic getCompositeGraphic()
IltLegend getLegend()
IltCompositeInteractions getInteractions()
boolean isContainerGraphic()
IltGraphic getParentGraphic()
null
if this graphic representation is not a
subordinate graphic object of a containervoid doComputeGraphic(IltObject object, IltGraphicManager manager, ilog.tgo.graphic.internal.IltComputeAmount amount)
This function is for internal use by JTGO only. Don't call it yourself.
void afterComputeGraphic(IltObject object, IltGraphicManager manager)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.