ilog.cpl.graphic.attachment
Interface IlpAttachable

All Known Subinterfaces:
IlpGraphic
All Known Implementing Classes:
IlpAbstractGraphic, IlpAlarmBalloon, IlpBalloon, IlpCentered, IlpCompositeGraphic, IlpInfoBalloon, IlpLeafGraphic, IlpStacker, IltcCompositeGraphic, ilog.tgo.composite.internal.IltcGraphicChild, IltcGraphicElementAggregate, IltCompositeGraphic, IltGraphicElementAggregate

Deprecated. Please use ILOG JViews Composite Graphic support instead.

public interface IlpAttachable

This interface describes the objects which can be tied together using attachments.

The attachment system makes the following assumptions:

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

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

getAttachmentBounds

IlpRect getAttachmentBounds()
Deprecated. 
Returns the "attachment rectangle". All attachments are relative to this rectangle. Attachment constraints modify the attachment rectangle to exert their effects.

Returns:
bound rectangle

getAttachmentManager

IlpAttachmentManager getAttachmentManager()
Deprecated. 
Returns the instance responsible for calculating the attachment for this graphic.


computeFixedCoordinates

void computeFixedCoordinates()
Deprecated. 
Prepares the attachment rectangle. This is called before 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.


computeAttachmentCoordinates

void computeAttachmentCoordinates()
Deprecated. 
Computes the values of all attachments, recursively traversing the tree.



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