Visualization.java | Class | Central data structure representing an interactive Visualization.
This class is responsible for
managing the mappings between source data and onscreen VisualItems,
maintaining a list of
Display instances responsible for rendering
of and interaction with the contents of this visualization, and
providing a collection of named Action instances for performing
data processing such as layout, animation, and size, shape, and color
assignment.
The primary responsibility of the Visualization class is the creation
of visual abstractions of input data. |