@Deprecated public class IlpIdentityAttachment extends IlpAbstractAttachment
IlvCompositeGraphic
,
IlvAttachmentLayout
,
IlvAttachmentConstraint
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpPoint |
compute()
Deprecated.
Calculates the reference position.
|
getLocalLocation, getReference, getReferenceLocation, setLocalLocation, setReference, setReferenceLocation
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
public IlpPoint compute()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.