|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.attachment.IlpAbstractAttachment
ilog.cpl.graphic.attachment.IlpIdentityAttachment
public class IlpIdentityAttachment
This class defines an identity attachment that attaches two graphic objects according to a given location but without specifying an offset between them.
IlvCompositeGraphic,
IlvAttachmentLayout,
IlvAttachmentConstraint| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
IlpPoint |
compute()
Deprecated. Calculates the reference position. |
| Methods inherited from class ilog.cpl.graphic.attachment.IlpAbstractAttachment |
|---|
getLocalLocation, getReference, getReferenceLocation, setLocalLocation, setReference, setReferenceLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpIdentityAttachment(IlpAttachable reference,
IlpAttachmentLocation location)
reference - The reference object to which the local object
will be attached.location - The location where the object will be attached. This
constructor sets the same location for the the local and the reference
object. For example, it attaches the top-left point of an object to
the top-left point of the reference object.IlpAttachmentLocation
public IlpIdentityAttachment(IlpAttachmentLocation localLocation,
IlpAttachmentLocation referenceLocation,
IlpAttachable reference)
localLocation - The attachment location in the object being
attached.referenceLocation - The attachment location in the reference
object.reference - The reference object to which the object is being
attached.IlpAttachmentLocation| Method Detail |
|---|
public IlpPoint compute()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||