|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpAttachmentLocation | |
|---|---|
| ilog.cpl.graphic.attachment | Deprecated Provides classes and interfaces to define attachment rules for graphic objects. |
| Uses of IlpAttachmentLocation in ilog.cpl.graphic.attachment |
|---|
| Fields in ilog.cpl.graphic.attachment declared as IlpAttachmentLocation | |
|---|---|
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. |
| Methods in ilog.cpl.graphic.attachment that return IlpAttachmentLocation | |
|---|---|
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. |
| Methods in ilog.cpl.graphic.attachment with parameters of type IlpAttachmentLocation | |
|---|---|
void |
IlpAbstractAttachment.setLocalLocation(IlpAttachmentLocation location)
Deprecated. Sets the location of this constraint. |
void |
IlpAbstractAttachment.setReferenceLocation(IlpAttachmentLocation location)
Deprecated. Sets the location of this constraint. |
| Constructors in ilog.cpl.graphic.attachment with parameters of type IlpAttachmentLocation | |
|---|---|
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,
float dx,
float dy)
Deprecated. Creates a new instance of an attachment using the provided location, reference, and offset values. |
|
IlpOffsetAttachment(IlpAttachmentLocation localLocation,
IlpAttachmentLocation referenceLocation,
IlpAttachable reference,
float dx,
float dy)
Deprecated. Creates a new instance of an attachment using the provided location, reference, and offset values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||