The flare.vis.controls package provides classes for interacting with data visualizations.
Interfaces
Classes
| | Class | Description |
| | AnchorControl |
Interactive control for updating a layout's anchor point in response
to mouse movement. |
| | ClickControl |
Interactive control for responding to mouse clicks events. |
| | Control |
Base class for interactive controls. |
| | ControlList |
A ControlList maintains a sequential chain of controls for interacting
with a visualization. |
| | DragControl |
Interactive control for dragging items. |
| | ExpandControl |
Interactive control for expaning and collapsing graph or tree nodes
by clicking them. |
| | HoverControl |
Interactive control for responding to mouse hover events. |
| | PanZoomControl |
Interactive control for panning and zooming a "camera". |
| | SelectionControl |
Interactive control for selecting a group of objects by "rubber-banding"
them with a rectangular section region. |
| | TooltipControl |
Interactive control for displaying a tooltip in response to mouse
hovers exceeding a minimum time interval. |
© 2007-2008 Regents of the University of California. Created Sat Jan 24 2009 11:25 AM.