The flare.vis.data package provides classes for visually representing data elements as DataSprite instances.
| Class | Description | |
|---|---|---|
| Data | Data structure for managing a collection of visual data objects. | |
| DataList |
Data structure for a collection of DataSprite instances. |
|
| DataSprite | Base class for display objects that represent visualized data. | |
| EdgeSprite | Visually represents a connection between two data elements. | |
| NodeSprite | Visually represents a data element, such as a data tuple or graph node. | |
| ScaleBinding | Utility class that binds a data property to a descriptive scale. | |
| Tree | Data structure for managing a collection of visual data objects in a tree (hierarchy) structure. | |
| TreeBuilder | Calculates a spanning tree for a graph structure. |