| Interface | Description |
|---|---|
| AggregateItem |
VisualItem that represents an aggregation of one or more other VisualItems.
|
| DecoratorItem |
VisualItem that "decorates" another VisualItem.
|
| EdgeItem |
VisualItem that represents an edge in a graph.
|
| NodeItem |
VisualItem that represents a node in a graph.
|
| VisualItem |
Base interface for representing a visual item, a data object with a
visual interactive form.
|
| VisualTupleSet |
TupleSet sub-interface for TupleSet instances that contain VisualItems,
Tuple instances that include visual properties.
|
| Class | Description |
|---|---|
| AggregateTable |
VisualTable instance that maintains visual items representing aggregates
of items.
|
| VisualGraph |
A visual abstraction of a graph data structure.
|
| VisualTable |
A visual abstraction of a Table data structure.
|
| VisualTree |
A visual abstraction of a tree data structure.
|