Package ilog.views.graphic.composite.layout

Provides classes for the layout of the decorations within an IlvComposite.

See:
          Description

Interface Summary
IlvAttachable This interface describes the objects which can be tied together using IlvLayoutManager.
IlvAttachmentBounds This interface is implemented by IlvGraphic instances which have an attachment rectangle which is different from their bounding box.
IlvChildSize IlvChildSize is an interface which is used with IlvAttachmentLayout to resize the children of an IlvCompositeGraphic instance.
IlvLayoutManager Defines the interface for classes that know how to lay out IlvAttachable instances.
 

Class Summary
IlvAttachableGraphic The class IlvAttachableGraphic provides a concrete implementation of IlvAttachable.
IlvAttachmentConstraint This class represents a constraint between two (x,y) values of attachment points.
IlvAttachmentConstraintBeanInfo BeanInfo class for IlvAttachmentLayout.
IlvAttachmentLayout The IlvAttachmentLayout class is a flexible layout manager that attaches graphic objects.
IlvAttachmentLocation This class contains the code to manipulate the (x,y) value of a given attachment point (for example, upper-right corner) of an IlvAttachable
IlvCardLayout This class treats each IlvAttachable object within a container as a card.
IlvCenteredLayout This class centers one IlvAttachable object, the outer object, inside another one, the inner object.
IlvCenteredLayoutBeanInfo BeanInfo class for IlvAttachmentLayout.
IlvLinkAttachmentLayout A layout manager for composite link.
IlvLinkAttachmentLocation This class contains the code to manipulate the (x,y) value of a given attachment point (for example, upper-right corner) of an IlvAttachable
IlvStackerLayout This class lays out the objects on a row or column basis, adding some space between them.
IlvStackerLayoutBeanInfo BeanInfo class for IlvAttachmentLayout.
 

Package ilog.views.graphic.composite.layout Description

Provides classes for the layout of the decorations within an IlvComposite.

The following layout managers are provided:

IlvAttachmentLayout
The IlvAttachmentLayout class uses IlvAttachmentConstraint to specify that one point of the bounding box of an IlvGraphic is attached to one point of the bounding box of a sibling IlvGraphic.
IlvStackerLayout
The IlvCenteredLayout class layouts a stack of graphic objects either horizontally or vertically with a certain offset between them.
IlvCenteredLayout
The IlvCenteredLayout class layouts two graphics, called the outer graphic and the inner graphic. The inner graphic displays on top and in the center of the outer graphic.
IlvCardLayout
The IlvCardLayout is similar to java.awt.CardLayout.It treats each graphic object in the IlvCompositeGraphic as a card. Only one card is visible at a time, and the IlvCompositeGraphic acts as a stack of cards.



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