|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Display | |
---|---|
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. |
Uses of Display in prefuse |
---|
Methods in prefuse that return Display | |
---|---|
Display |
Visualization.getDisplay(int idx)
Get the display at the given list index. |
Uses of Display in prefuse.controls |
---|
Methods in prefuse.controls with parameters of type Display | |
---|---|
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. |
Uses of Display in prefuse.util |
---|
Methods in prefuse.util with parameters of type Display | |
---|---|
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. |
Uses of Display in prefuse.util.display |
---|
Methods in prefuse.util.display with parameters of type Display | |
---|---|
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. |
Constructors in prefuse.util.display with parameters of type Display | |
---|---|
ExportDisplayAction(Display display)
Create a new ExportDisplayAction for the given Display. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |