Package | Description |
---|---|
prefuse.controls |
Control modules for incorporating interaction in prefuse Displays.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractZoomControl
Abstract base class for zoom controls.
|
class |
AnchorUpdateControl
Follows the mouse cursor, updating the anchor parameter for any number
of layout instances to match the current cursor position.
|
class |
DragControl
Changes a node's location when dragged on screen.
|
class |
FocusControl
Updates the contents of a TupleSet of focus items in response to mouse
actions.
|
class |
HoverActionControl
Control that executes an action when the mouse passes over an item.
|
class |
NeighborHighlightControl
A ControlListener that sets the highlighted status (using the
VisualItem.setHighlighted method) for nodes neighboring the node
currently under the mouse pointer. |
class |
PanControl
Pans the display, changing the viewable region of the visualization.
|
class |
RotationControl
Control that can be used to rotate the display.
|
class |
SubtreeDragControl
Control that changes the location of a whole subtree when dragged on screen.
|
class |
ToolTipControl
Control that enables a tooltip display for items based on mouse hover.
|
class |
WheelZoomControl
Zooms the display using the mouse scroll wheel, changing the scale of the
viewable region.
|
class |
ZoomControl
Zooms the display, changing the scale of the viewable region.
|
class |
ZoomingPanControl
Allows users to pan over a display such that the display zooms in and
out proportionally to how fast the pan is performed.
|
class |
ZoomToFitControl
Zooms a display such that all items within a given group will fit within
the display bounds.
|
Copyright ? 2013 Regents of the University of California