Interface | Description |
---|---|
ChartElement.Predicate<T> |
Class | Description |
---|---|
ChartAreaInvalidateFlags |
Enlists all possible types of inpact a
ChartNode property change may have on the rest of the chart tree. |
ChartElement |
Base class for nodes that may have children.
|
ChartMessage |
The chart engine uses chart messages to dispatch notifications among its different components.
|
ChartNode |
This class is a base for all models that comprise the Chart and are used by the Chart engine
to calculate the coordinates and bounds of the visual elements.
|
ContentNode |
Represents a
ChartNode and is a base class for nodes containing business data. |
ElementCollection<T extends ChartNode> |
Represents a collection of
ChartElement instances that is used by the Chart engine to build up the parent-child relations
between the separate elements comprising a single Chart. |
MessageDispatcher |
Provides infrastructure for dispatching messages between
ChartNode instances. |
NodeCollection |
Represents a collection of
ChartNode instances. |
Enum | Description |
---|---|
MessageDispatchMode |
Defines how a message should be dispatched in the element tree.
|
MessageDispatchPhase |
Enlists all possible message dispatching phases.
|
ModifyChildrenResult |
Enlists the possible results that can occur after
ChartNode relations modification attempts. |
NodeState |
Enlists all possible states of a
ChartNode within its owning tree. |
TreeTraversalMode |
Enlists the possible chart tree traversal modes.
|