See: Description
Interface | Description |
---|---|
IlvComposite |
This interface defines the behavior for the composite graphics.
|
Class | Description |
---|---|
IlvCompositeGrapherPin |
The class
IlvCompositeGrapherPin is designed to be used with IlvCompositeGraphic . |
IlvCompositeGraphic |
IlvCompositeGraphic stores and controls the layout of
multiple IlvGraphic objects thus building complex graphic
objects. |
IlvCompositeLink |
IlvCompositeLink represents a link between two nodes that can
be decorated with IlvGraphic instances. |
IlvEventMap |
This class defines a collection of bindings of KeyStrokes and mouse gestures
to actions.
|
IlvMouseGesture |
This class enumerates the possible basic gestures for interactions.
|
IlvGraphic
and the nodes are IlvCompositeGraphic
.
The design of this package is based on the Composite Design Pattern as described the classical book "Design Patterns".
All the classes provided in this package are beans and can be styled with CSS.
There are two types of Composite Graphic:
IlvCompositeGraphic
IlvCompositeLink
0
) is called the base
of the Composite Graphic.IlvLayoutManager
positions and resizes the children.You will learn by examples how to create the following graphics:
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.