|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpAttachable
This interface describes the objects which can be tied together using attachments.
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| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||