ilog.cpl.graphic.attachment
Class IlpAbstractAttachment

java.lang.Object
  extended by ilog.cpl.graphic.attachment.IlpAbstractAttachment
All Implemented Interfaces:
IlpAttachment
Direct Known Subclasses:
IlpIdentityAttachment, IlpOffsetAttachment

Deprecated. Use JViews Composite Graphics instead.

public abstract class IlpAbstractAttachment
extends Object
implements IlpAttachment

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.

Since:
JTGO 3.0
See Also:
IlvCompositeGraphic, IlvAttachmentConstraint
Deprecated Since:
JTGO 4.0

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

IlpAbstractAttachment

protected IlpAbstractAttachment(IlpAttachmentLocation localLocation,
                                IlpAttachmentLocation referenceLocation,
                                IlpAttachable reference)
Deprecated. 
Constructor

Method Detail

getReference

public IlpAttachable getReference()
Deprecated. 
Returns the reference object of this constraint.

Specified by:
getReference in interface IlpAttachment

setReference

public void setReference(IlpAttachable reference)
Deprecated. 
Sets the the reference object of this constraint.


getLocalLocation

public IlpAttachmentLocation getLocalLocation()
Deprecated. 
Returns the location of this constraint. It is meant to be applied to the reference object.

Specified by:
getLocalLocation in interface IlpAttachment

setLocalLocation

public void setLocalLocation(IlpAttachmentLocation location)
Deprecated. 
Sets the location of this constraint. It is meant to be applied to the local object.


getReferenceLocation

public IlpAttachmentLocation getReferenceLocation()
Deprecated. 
Returns the location of this constraint. It is meant to be applied to the reference object.

Specified by:
getReferenceLocation in interface IlpAttachment

setReferenceLocation

public void setReferenceLocation(IlpAttachmentLocation location)
Deprecated. 
Sets the location of this constraint. It is meant to be applied to the reference object.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.