Package | Description |
---|---|
ilog.cpl.graphic.attachment |
Deprecated Provides classes and interfaces to define attachment rules for graphic
objects.
|
Modifier and Type | Field and Description |
---|---|
static IlpAttachmentLocation |
IlpAttachmentLocation.BottomCenter
Deprecated.
Please use
IlvAttachmentLocation.BottomCenter instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.BottomLeft
Deprecated.
Please use
IlvAttachmentLocation.BottomLeft instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.BottomRight
Deprecated.
Please use
IlvAttachmentLocation.BottomRight instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.Center
Deprecated.
Please use
IlvAttachmentLocation.Center instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.HotSpot
Deprecated.
Please use
IlvAttachmentLocation.HotSpot instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.LeftCenter
Deprecated.
Please use
IlvAttachmentLocation.LeftCenter instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.LeftHotSpot
Deprecated.
Please use
IlvAttachmentLocation.LeftHotSpot instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.RightCenter
Deprecated.
Please use
IlvAttachmentLocation.RightCenter instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.TopCenter
Deprecated.
Please use
IlvAttachmentLocation.TopCenter instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.TopLeft
Deprecated.
Please use
IlvAttachmentLocation.TopLeft instead. |
static IlpAttachmentLocation |
IlpAttachmentLocation.TopRight
Deprecated.
Please use
IlvAttachmentLocation.TopRight instead. |
Modifier and Type | Method and Description |
---|---|
IlpAttachmentLocation |
IlpAttachment.getLocalLocation()
Deprecated.
Returns the attachment location on the
IlpGraphic
instance which is associated with this attachment instance. |
IlpAttachmentLocation |
IlpAbstractAttachment.getLocalLocation()
Deprecated.
Returns the location of this constraint.
|
IlpAttachmentLocation |
IlpAttachment.getReferenceLocation()
Deprecated.
Returns the attachment location on the
IlpGraphic
reference instance. |
IlpAttachmentLocation |
IlpAbstractAttachment.getReferenceLocation()
Deprecated.
Returns the location of this constraint.
|
static IlpAttachmentLocation |
IlpAttachmentLocation.getSharedInstance(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractAttachment.setLocalLocation(IlpAttachmentLocation location)
Deprecated.
Sets the location of this constraint.
|
void |
IlpAbstractAttachment.setReferenceLocation(IlpAttachmentLocation location)
Deprecated.
Sets the location of this constraint.
|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.