Package | Description |
---|---|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.graphic.composite.layout |
Provides classes for the layout of the decorations within an
IlvComposite . |
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
Modifier and Type | Method and Description |
---|---|
IlvLayoutManager |
IlvCompositeGraphic.getLayout()
Returns the layout manager for this composite graphic.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvCompositeGraphic.setLayout(IlvLayoutManager layout)
Sets the layout manager for this composite graphic.
|
Constructor and Description |
---|
IlvCompositeGraphic(IlvLayoutManager layout)
Creates an
IlvCompositeGraphic instance with the
given layout. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAttachmentLayout
The
IlvAttachmentLayout class is a flexible layout manager
that attaches graphic objects. |
class |
IlvCardLayout
This class treats each
IlvAttachable object within a
container as a card. |
class |
IlvCenteredLayout
This class centers one
IlvAttachable object, the outer object,
inside another one, the inner object. |
class |
IlvLinkAttachmentLayout
A layout manager for composite link.
|
class |
IlvStackerLayout
This class lays out the objects on a row or column basis,
adding some space between them.
|
Constructor and Description |
---|
IlvSDMCompositeNode(IlvLayoutManager layout)
Creates an
IlvCompositeGraphic instance with the
specified layout. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.