IlvComposite
.See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
IlvAttachableGraphic |
The class
IlvAttachableGraphic provides a concrete implementation
of IlvAttachable . |
IlvAttachmentConstraint |
This class represents a constraint between two (x,y) values of attachment
points.
|
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. |
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.
|
IlvComposite
.
The following layout managers are provided:
IlvAttachmentLayout
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
IlvCenteredLayout
class layouts a stack of graphic objects
either horizontally or vertically with a certain offset between them.
IlvCenteredLayout
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
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 Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.