Package | Description |
---|---|
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.attachment |
Deprecated Provides classes and interfaces to define attachment rules for graphic
objects.
|
ilog.cpl.graphic.component |
Deprecated Provides predefined graphic objects based on Swing components.
|
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.composite.internal | |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpGraphic
This interface models the basic graphic used to create
complex representations for CPL objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphic
This class models an abstract graphic.
|
class |
IlpCompositeGraphic
Deprecated.
Please use Rogue Wave JViews Composite Graphics instead.
|
class |
IlpLeafGraphic
This class models an individual graphic, which is drawn
by a Java component.
|
Modifier and Type | Method and Description |
---|---|
IlpAttachable |
IlpAttachment.getReference()
Deprecated.
Returns the reference graphic, where the graphic is
being attached.
|
IlpAttachable |
IlpAbstractAttachment.getReference()
Deprecated.
Returns the reference object of this constraint.
|
Modifier and Type | Method and Description |
---|---|
abstract IlpPoint |
IlpAttachmentLocation.getValue(IlpAttachable graphic)
Deprecated.
Gets the value of the location.
|
void |
IlpAbstractAttachment.setReference(IlpAttachable reference)
Deprecated.
Sets the the reference object of this constraint.
|
abstract boolean |
IlpAttachmentLocation.setValue(IlpAttachable graphic,
IlpPoint value)
Deprecated.
Sets the value of the location, by moving the element.
|
Constructor and Description |
---|
IlpAbstractAttachment(IlpAttachmentLocation localLocation,
IlpAttachmentLocation referenceLocation,
IlpAttachable reference)
Deprecated.
Constructor
|
IlpIdentityAttachment(IlpAttachable reference,
IlpAttachmentLocation location)
Deprecated.
Creates an identity attachment from the graphic to the
reference with the same location.
|
IlpIdentityAttachment(IlpAttachmentLocation localLocation,
IlpAttachmentLocation referenceLocation,
IlpAttachable reference)
Deprecated.
Creates an identity attachment from the graphic to the
reference with different locations.
|
IlpOffsetAttachment(IlpAttachmentLocation location,
IlpAttachable reference,
double dx,
double dy)
Deprecated.
Creates a new instance of an attachment using the provided
location, reference, and offset values.
|
IlpOffsetAttachment(IlpAttachmentLocation localLocation,
IlpAttachmentLocation referenceLocation,
IlpAttachable reference,
double dx,
double dy)
Deprecated.
Creates a new instance of an attachment using the provided
location, reference, and offset values.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAlarmBalloon
Deprecated.
Please use
IlvRoundRectBalloon instead. |
class |
IlpBalloon
Deprecated.
Please use
IlvBalloon instead. |
class |
IlpCentered
Deprecated.
Please use a composite graphic with a centered layout instead.
|
class |
IlpInfoBalloon
Deprecated.
Please use
IlvRectBalloon instead. |
class |
IlpStacker
Deprecated.
Please use a Composite Graphic with a Stacker Layout instead.
|
Modifier and Type | Class and Description |
---|---|
class |
IltcCompositeGraphic
This class describes a composite graphic object.
|
class |
IltcGraphicElementAggregate
This class implements a composite graphic which
contains a list of children decorations.
|
Modifier and Type | Class and Description |
---|---|
class |
ilog.tgo.composite.internal.IltcGraphicChild |
Modifier and Type | Class and Description |
---|---|
class |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
class |
IltGraphicElementAggregate
Deprecated.
Please use properties
children and
constraints to customize new decorations
to predefined business objects using CSS. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.