Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.control | |
edu.uci.ics.jung.visualization.transform | |
edu.uci.ics.jung.visualization.transform.shape | |
samples.graph |
Provides sample graph code that may be of interest.
|
Modifier and Type | Field and Description |
---|---|
protected VisualizationViewer |
BirdsEyeVisualizationViewer.vv
Deprecated.
|
protected VisualizationViewer |
GraphDraw.vv
Deprecated.
|
protected VisualizationViewer |
GraphZoomScrollPane.vv |
protected VisualizationViewer |
Lens.vv
Deprecated.
the VisualizationViewer that is scaled and translated
by this Lens
|
protected VisualizationViewer |
SimpleGraphMouse.vv
the VisualizationViewer who's mouse events call these
methods.
|
protected VisualizationViewer |
VisualizationViewer.VisualizationListener.vv |
Modifier and Type | Method and Description |
---|---|
VisualizationViewer |
GraphDraw.getVisualizationViewer()
Deprecated.
Returns the visualizationviewer that actually does the graph drawing.
|
Modifier and Type | Method and Description |
---|---|
void |
Lens.setFrame(VisualizationViewer vv)
Deprecated.
|
Constructor and Description |
---|
BirdsEyeVisualizationViewer(VisualizationViewer vv,
float scalex,
float scaley)
Deprecated.
create an instance with passed values
|
GraphZoomScrollPane(VisualizationViewer vv)
Create an instance of the GraphZoomScrollPane to contain the
VisualizationViewer
|
Lens(VisualizationViewer vv,
float scalex,
float scaley)
Deprecated.
Create a Lens that is centered in the
BirdsEyeVisualizationViewer
|
MouseListenerTranslator(GraphMouseListener gel,
VisualizationViewer vv) |
SimpleGraphMouse(VisualizationViewer vv)
create an instance for the passed VisualizationViewer
|
VisualizationViewer.VisualizationListener(VisualizationViewer vv) |
ZoomPanGraphMouse(VisualizationViewer vv)
Deprecated.
no need to pass a VisualizationViewer in constructor
|
ZoomPanGraphMouse(VisualizationViewer vv,
float in,
float out)
Deprecated.
no need to pass a VisualizationViewer
|
Modifier and Type | Class and Description |
---|---|
class |
SatelliteVisualizationViewer
A VisualizationViewer that can act as a satellite view for another
(master) VisualizationViewer.
|
Modifier and Type | Field and Description |
---|---|
protected VisualizationViewer |
SatelliteVisualizationViewer.master
the master VisualizationViewer that this is a satellite view for
|
Modifier and Type | Method and Description |
---|---|
VisualizationViewer |
SatelliteVisualizationViewer.getMaster() |
Modifier and Type | Method and Description |
---|---|
protected void |
PickingGraphMousePlugin.pickContainedVertices(VisualizationViewer vv,
boolean clear)
pick the vertices inside the rectangle
|
void |
AbsoluteCrossoverScalingControl.scale(VisualizationViewer vv,
float amount,
java.awt.geom.Point2D at)
scale to the absolute value passed as 'amount'.
|
void |
CrossoverScalingControl.scale(VisualizationViewer vv,
float amount,
java.awt.geom.Point2D at) |
void |
LayoutScalingControl.scale(VisualizationViewer vv,
float amount,
java.awt.geom.Point2D from)
zoom the display in or out, depending on the direction of the
mouse wheel motion.
|
void |
ScalingControl.scale(VisualizationViewer vv,
float amount,
java.awt.geom.Point2D at)
zoom the display in or out
|
void |
ViewScalingControl.scale(VisualizationViewer vv,
float amount,
java.awt.geom.Point2D from)
zoom the display in or out, depending on the direction of the
mouse wheel motion.
|
Constructor and Description |
---|
SatelliteVisualizationViewer(VisualizationViewer master,
Layout layout,
Renderer renderer) |
SatelliteVisualizationViewer(VisualizationViewer master,
Layout layout,
Renderer renderer,
java.awt.Dimension preferredSize) |
SatelliteVisualizationViewer(VisualizationViewer master,
VisualizationModel model,
Renderer renderer) |
SatelliteVisualizationViewer(VisualizationViewer master,
VisualizationModel model,
Renderer renderer,
java.awt.Dimension preferredSize) |
Modifier and Type | Field and Description |
---|---|
protected VisualizationViewer |
AbstractLensSupport.vv |
Constructor and Description |
---|
AbstractLensSupport(VisualizationViewer vv,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating
a custom GraphMouse
|
LayoutLensSupport(VisualizationViewer vv) |
LayoutLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating
a custom GraphMouse
|
Constructor and Description |
---|
ViewLensSupport(VisualizationViewer vv) |
ViewLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse) |
Modifier and Type | Field and Description |
---|---|
protected VisualizationViewer |
PluggableRendererDemo.vv |
Modifier and Type | Method and Description |
---|---|
protected void |
SatelliteViewDemo.showGrid(VisualizationViewer vv,
boolean state) |