|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.attachment.IlpAbstractAttachment
public abstract class IlpAbstractAttachment
This class describes a constraint between two (x,y) values of attachment points. It is asymmetrical: A graphic object is attached to its "reference object", but the reference object is not attached to its graphic object.
IlvCompositeGraphic,
IlvAttachmentConstraint| Constructor Summary | |
|---|---|
protected |
IlpAbstractAttachment(IlpAttachmentLocation localLocation,
IlpAttachmentLocation referenceLocation,
IlpAttachable reference)
Deprecated. Constructor |
| Method Summary | |
|---|---|
IlpAttachmentLocation |
getLocalLocation()
Deprecated. Returns the location of this constraint. |
IlpAttachable |
getReference()
Deprecated. Returns the reference object of this constraint. |
IlpAttachmentLocation |
getReferenceLocation()
Deprecated. Returns the location of this constraint. |
void |
setLocalLocation(IlpAttachmentLocation location)
Deprecated. Sets the location of this constraint. |
void |
setReference(IlpAttachable reference)
Deprecated. Sets the the reference object of this constraint. |
void |
setReferenceLocation(IlpAttachmentLocation location)
Deprecated. Sets the location of this constraint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.cpl.graphic.attachment.IlpAttachment |
|---|
compute |
| Constructor Detail |
|---|
protected IlpAbstractAttachment(IlpAttachmentLocation localLocation,
IlpAttachmentLocation referenceLocation,
IlpAttachable reference)
| Method Detail |
|---|
public IlpAttachable getReference()
getReference in interface IlpAttachmentpublic void setReference(IlpAttachable reference)
public IlpAttachmentLocation getLocalLocation()
getLocalLocation in interface IlpAttachmentpublic void setLocalLocation(IlpAttachmentLocation location)
public IlpAttachmentLocation getReferenceLocation()
getReferenceLocation in interface IlpAttachmentpublic void setReferenceLocation(IlpAttachmentLocation location)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||