Uses of Interface
org.jungrapht.visualization.VisualizationViewer
-
Packages that use VisualizationViewer Package Description org.jungrapht.samples Sample applications created using JUNGRAPHT Current features demonstrated in the samples include: visualization of changing graphs visualization animation layouts: BalloonLayout, TreeLayout, RadialTreeLayout, MinCross, TidierTree, GEM, and others clustering, shortest path, minimum spanning tree sublayouts label variations: orientation, position customization of color, shape, stroke on-the-fly visualization filtering graph editor node 'collapsing' multiple models, multiple views with the same model nodes as Icons magnifying lens overlay satellite vieworg.jungrapht.samples.spatial Sample applications showing spatial data structuresorg.jungrapht.samples.tree Sample applications to visualize graphs with tree structure Current features demonstrated in the samples include: visualization of changing graphs visualization animation layouts: TidierTreeLayout, BalloonLayout, TreeLayout, RadialTreeLayout minimum spanning tree vertex 'collapsing'org.jungrapht.samples.util Sample applications utilitiesorg.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes.org.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of VisualizationViewer in org.jungrapht.samples
Methods in org.jungrapht.samples with parameters of type VisualizationViewer Modifier and Type Method Description protected void
SatelliteViewDemo. showGrid(VisualizationViewer<?,?> vv, boolean state)
protected void
SatelliteViewRefactoredMouseDemo. showGrid(VisualizationViewer<?,?> vv, boolean state)
-
Uses of VisualizationViewer in org.jungrapht.samples.spatial
Methods in org.jungrapht.samples.spatial with parameters of type VisualizationViewer Modifier and Type Method Description static void
RTreeVisualization. showRTree(VisualizationViewer vv)
void
SimpleGraphSpatialEdgeSearchTest. testClosestVertices(VisualizationViewer<String,Integer> vv, org.jgrapht.Graph<String,Integer> graph, LayoutModel<String> layoutModel, Spatial<String,String> tree)
void
SimpleGraphSpatialSearchTest. testClosestVertices(VisualizationViewer<String,Integer> vv, org.jgrapht.Graph<String,Integer> graph, LayoutModel<String> layoutModel, Spatial<String,String> tree)
void
SpatialRTreeTest. testClosestVertices(VisualizationViewer<String,Integer> vv, org.jgrapht.Graph<String,Integer> graph, LayoutModel<String> layoutModel, SpatialQuadTree<String> tree)
void
SpatialRTreeTest. testClosestVertices(VisualizationViewer<String,Integer> vv, org.jgrapht.Graph<String,Integer> graph, LayoutModel<String> layoutModel, SpatialRTree.Vertices<String> tree)
-
Uses of VisualizationViewer in org.jungrapht.samples.tree
Methods in org.jungrapht.samples.tree with parameters of type VisualizationViewer Modifier and Type Method Description protected void
SatelliteViewTreeDemo. showGrid(VisualizationViewer<?,?> vv, boolean state)
-
Uses of VisualizationViewer in org.jungrapht.samples.util
Methods in org.jungrapht.samples.util with parameters of type VisualizationViewer Modifier and Type Method Description static JComponent
ControlHelpers. getModeControls(String title, VisualizationViewer vv)
static JComponent
ControlHelpers. getModeControls(VisualizationViewer vv)
static JComponent
ControlHelpers. getMultiselectPanel(String title, VisualizationViewer vv)
Demo helper to make a titled toggle button to choose free-form multiselection -
Uses of VisualizationViewer in org.jungrapht.visualization
Subinterfaces of VisualizationViewer in org.jungrapht.visualization Modifier and Type Interface Description interface
SatelliteVisualizationViewer<V,E>
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.Classes in org.jungrapht.visualization that implement VisualizationViewer Modifier and Type Class Description class
AbstractSatelliteVisualizationViewer<V,E>
Provided as a public base class for extending the DefaultVisualizationViewerclass
AbstractVisualizationViewer<V,E>
Provided as a public base class for extending the DefaultVisualizationViewerclass
DefaultSatelliteVisualizationViewer<V,E>
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.Fields in org.jungrapht.visualization declared as VisualizationViewer Modifier and Type Field Description protected VisualizationViewer<V,E>
SatelliteVisualizationViewer.Builder. master
protected VisualizationViewer<?,?>
VisualizationScrollPane. vv
Methods in org.jungrapht.visualization that return VisualizationViewer Modifier and Type Method Description VisualizationViewer<V,E>
DefaultSatelliteVisualizationViewer. getMaster()
VisualizationViewer<V,E>
SatelliteVisualizationViewer. getMaster()
Methods in org.jungrapht.visualization with parameters of type VisualizationViewer Modifier and Type Method Description static <V,E>
SatelliteVisualizationViewer.Builder<V,E,?,?>SatelliteVisualizationViewer. builder(VisualizationViewer<V,E> master)
Constructors in org.jungrapht.visualization with parameters of type VisualizationViewer Constructor Description Builder(VisualizationViewer<V,E> master)
ViewLens(SatelliteVisualizationViewer<V,E> vv, VisualizationViewer<V,E> master)
VisualizationScrollPane(VisualizationViewer<?,?> vv)
Create an instance of the VisualizationScrollPane to contain the VisualizationViewer -
Uses of VisualizationViewer in org.jungrapht.visualization.control
Methods in org.jungrapht.visualization.control with parameters of type VisualizationViewer Modifier and Type Method Description static <V,E>
voidVertexSelectingGraphMousePlugin. configure(VisualizationViewer<V,E> visualizationViewer)
Configure the passed VisualizationViewer to use vertex selection only.protected Point2D
EdgeSelectingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
override to consider Lens effectsprotected Point2D
LensKillingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
Overriden to apply lens effects to the transformation from view to layout coordinatesprotected Point2D
LensRegionSelectingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
Overridden to apply lens effects to the transformation from view to layout coordinatesprotected Point2D
LensSelectingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
Overridden to apply lens effects to the transformation from view to layout coordinatesprotected Point2D
LensVertexSelectingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
Overridden to apply lens effects to the transformation from view to layout coordinatesprotected Point2D
RegionSelectingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
override to consider Lens effectsprotected Point2D
SelectingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
override to consider Lens effectsprotected Point2D
VertexSelectingGraphMousePlugin. inverseTransform(VisualizationViewer<V,E> vv, Point2D p)
override to consider Lens effectsprotected Collection<V>
RegionSelectingGraphMousePlugin. pickContainedVertices(VisualizationViewer<V,E> vv, Shape pickTarget, boolean clear)
pick the vertices inside the rectangle created from points 'down' and 'out' (two diagonally opposed corners of the rectangle)protected Shape
EdgeSelectingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
override to consider Lens effectsprotected Shape
LensKillingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
Overriden to perform lens effects when transforming from Layout to view.protected Shape
LensRegionSelectingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
Overridden to perform lens effects when transforming from Layout to view.protected Shape
LensSelectingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
Overridden to perform lens effects when transforming from Layout to view.protected Shape
LensVertexSelectingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
Overridden to perform lens effects when transforming from Layout to view.protected Shape
RegionSelectingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
override to consider Lens effectsprotected Shape
SelectingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
override to consider Lens effectsprotected Shape
VertexSelectingGraphMousePlugin. transform(VisualizationViewer<V,E> vv, Shape shape)
override to consider Lens effectsprotected void
RegionSelectingGraphMousePlugin. updatePickingTargets(VisualizationViewer vv, MultiLayerTransformer multiLayerTransformer, Point2D down, Point2D out)
override to consider Lens effectsConstructors in org.jungrapht.visualization.control with parameters of type VisualizationViewer Constructor Description MouseListenerTranslator(GraphMouseListener<V> graphMouseListener, VisualizationViewer<V,E> visualizationViewer)
-
Uses of VisualizationViewer in org.jungrapht.visualization.transform
Fields in org.jungrapht.visualization.transform declared as VisualizationViewer Modifier and Type Field Description protected VisualizationViewer<V,E>
AbstractLensSupport.Builder. vv
protected VisualizationViewer<V,E>
AbstractLensSupport. vv
Methods in org.jungrapht.visualization.transform with parameters of type VisualizationViewer Modifier and Type Method Description static <V,E,M extends LensGraphMouse>
LayoutLensSupport.Builder<V,E,M,?,?>LayoutLensSupport. builder(VisualizationViewer<V,E> vv)
Constructors in org.jungrapht.visualization.transform with parameters of type VisualizationViewer Constructor Description AbstractLensSupport(VisualizationViewer<V,E> vv, M lensGraphMouse)
create the base class, setting common members and creating a custom GraphMouseBuilder(VisualizationViewer<V,E> vv)
Builder(VisualizationViewer<V,E> vv)
LayoutLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, M lensGraphMouse)
Create an instance with the specified parameters. -
Uses of VisualizationViewer in org.jungrapht.visualization.transform.shape
Methods in org.jungrapht.visualization.transform.shape with parameters of type VisualizationViewer Modifier and Type Method Description static <V,E,M extends LensGraphMouse>
MagnifyImageLensSupport.Builder<V,E,M,?,?>MagnifyImageLensSupport. builder(VisualizationViewer<V,E> vv)
static <V,E,M extends LensGraphMouse>
ViewLensSupport.Builder<V,E,M,?,?>ViewLensSupport. builder(VisualizationViewer<V,E> vv)
Constructors in org.jungrapht.visualization.transform.shape with parameters of type VisualizationViewer Constructor Description Builder(VisualizationViewer<V,E> vv)
Builder(VisualizationViewer<V,E> vv)
MagnifyImageLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, M lensGraphMouse)
ViewLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, M lensGraphMouse)
-
Uses of VisualizationViewer in org.jungrapht.visualization.util
Methods in org.jungrapht.visualization.util with parameters of type VisualizationViewer Modifier and Type Method Description static <V,E>
voidGraphImage. capture(VisualizationViewer<V,E> vv)
Creates a higher resolution image of a graph visualization
-