@Deprecated public interface IlpAttachable
The attachment system makes the following assumptions:
IlpCompositeGraphic
object
needs to be attached; an element contained in a subclass of
IlpCompositeGraphic
with custom positioning rules must
not be attached.
IlvCompositeGraphic
,
IlvAttachmentLayout
,
IlvAttachmentConstraint
Modifier and Type | Method and Description |
---|---|
void |
computeAttachmentCoordinates()
Deprecated.
Computes the values of all attachments, recursively traversing the tree.
|
void |
computeFixedCoordinates()
Deprecated.
Prepares the attachment rectangle.
|
IlpRect |
getAttachmentBounds()
Deprecated.
Returns the "attachment rectangle".
|
IlpAttachmentManager |
getAttachmentManager()
Deprecated.
Returns the instance responsible for calculating the attachment
for this graphic.
|
IlpRect getAttachmentBounds()
IlpAttachmentManager getAttachmentManager()
void computeFixedCoordinates()
computeAttachmentCoordinates
. Its job is to set those
parts of the attachment rectangle which will not be determined by
attachments. This means, normally, to compute the size of the graphic
object and its subobjects, but it may also mean the setting of the
attachment rectangle's position.void computeAttachmentCoordinates()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.