Package | Description |
---|---|
prefuse |
The top-level Visualization and Display classes, as well as Constants
used throughout the toolkit.
|
prefuse.controls |
Control modules for incorporating interaction in prefuse Displays.
|
prefuse.util |
Utility classes for use by both the toolkit and applications, including
color and font support.
|
prefuse.util.display |
Utility classes specific to the Display class.
|
Modifier and Type | Method and Description |
---|---|
Display |
Visualization.getDisplay(int idx)
Get the display at the given list index.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractZoomControl.zoom(Display display,
java.awt.geom.Point2D p,
double zoom,
boolean abs)
Zoom the given display at the given point by the zoom factor,
in either absolute (item-space) or screen co-ordinates.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
PrefuseLib.getDisplayStats(Display d)
Returns a string showing debugging info such as number of visualized
items and the current frame rate.
|
Modifier and Type | Method and Description |
---|---|
static void |
DisplayLib.fitViewToBounds(Display display,
java.awt.geom.Rectangle2D bounds,
long duration)
Set the display view such that the given bounds are within view.
|
static void |
DisplayLib.fitViewToBounds(Display display,
java.awt.geom.Rectangle2D bounds,
java.awt.geom.Point2D center,
long duration)
Set the display view such that the given bounds are within view, subject
to a given center point being maintained.
|
void |
ItemBoundsListener.itemBoundsChanged(Display d)
Signals a change in the total bounds occupied by VisualItems in
a particular Display.
|
void |
PaintListener.postPaint(Display d,
java.awt.Graphics2D g)
Notification that Display painting has completed.
|
void |
DebugStatsPainter.postPaint(Display d,
java.awt.Graphics2D g)
Prints a debugging statistics string in the Display.
|
void |
BackgroundPainter.postPaint(Display d,
java.awt.Graphics2D g)
Does nothing.
|
void |
PaintListener.prePaint(Display d,
java.awt.Graphics2D g)
Notification that Display painting is beginning.
|
void |
DebugStatsPainter.prePaint(Display d,
java.awt.Graphics2D g)
Does nothing.
|
void |
BackgroundPainter.prePaint(Display d,
java.awt.Graphics2D g)
Paint the background.
|
Constructor and Description |
---|
ExportDisplayAction(Display display)
Create a new ExportDisplayAction for the given Display.
|
Copyright ? 2013 Regents of the University of California