Uses of Class
edu.uci.ics.jung.visualization.VisualizationViewer
Packages that use VisualizationViewer
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of VisualizationViewer in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as VisualizationViewerModifier and TypeFieldDescription(package private) VisualizationViewer
<?, ?> SatelliteViewDemo.ViewGrid.master
(package private) VisualizationViewer
<String, Number> InternalFrameSatelliteViewDemo.satellite
private VisualizationViewer
<Number, Number> AddNodeDemo.vv
private VisualizationViewer
<Number, Number> AnimatingAddNodeDemo.vv
(package private) VisualizationViewer
<String, Integer> BalloonLayoutDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Number, Number> ClusteringDemo.vv
(package private) VisualizationViewer
<Number, Number> DemoLensVertexImageShaperDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Integer, Number> DrawnIconVertexDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Integer, Number> EdgeLabelDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Number, Number> GraphEditorDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Number, Number> GraphFromGraphMLDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Number> GraphZoomScrollPaneDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Number, Number> ImageEdgeLabelDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Number> InternalFrameSatelliteViewDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Integer> L2RTreeLayoutDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Number> LensDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Number, Number> LensVertexImageShaperDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Number> MultiViewDemo.BannerLabel.vv
(package private) VisualizationViewer
<String, Number> PersistentLayoutDemo.vv
the visual component and renderer for the graphprotected VisualizationViewer
<Integer, Number> PluggableRendererDemo.vv
(package private) VisualizationViewer
<String, Integer> RadialTreeLensDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<?, ?> SatelliteViewDemo.ViewGrid.vv
private final VisualizationViewer
<Integer, Number> ShowLayouts.LayoutChooser.vv
(package private) VisualizationViewer
<String, Number> SubLayoutDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Integer> TreeCollapseDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Integer> TreeLayoutDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Integer, Number> UnicodeLabelDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
VertexCollapseDemo.vv
the visual component and renderer for the graphprivate final VisualizationViewer
VertexCollapseDemoWithLayouts.LayoutChooser.vv
(package private) VisualizationViewer
VertexCollapseDemoWithLayouts.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<Number, Number> VertexImageShaperDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Number> VertexLabelAsShapeDemo.vv
(package private) VisualizationViewer
<String, Number> VertexLabelPositionDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Number> WorldMapGraphDemo.vv
the visual component and renderer for the graph(package private) VisualizationViewer
<String, Number> MinimumSpanningTreeDemo.vv0
the visual components and renderers for the graph(package private) VisualizationViewer
<String, Number> MinimumSpanningTreeDemo.vv1
(package private) VisualizationViewer
<String, Number> MultiViewDemo.vv1
the visual components and renderers for the graph(package private) VisualizationViewer
<String, Number> TwoModelDemo.vv1
the visual components and renderers for the graph(package private) VisualizationViewer
<String, Number> MinimumSpanningTreeDemo.vv2
(package private) VisualizationViewer
<String, Number> MultiViewDemo.vv2
(package private) VisualizationViewer
<String, Number> TwoModelDemo.vv2
(package private) VisualizationViewer
<String, Number> MultiViewDemo.vv3
Methods in edu.uci.ics.jung.samples with parameters of type VisualizationViewerModifier and TypeMethodDescriptionprivate void
L2RTreeLayoutDemo.setLtoR
(VisualizationViewer<String, Integer> vv) protected void
SatelliteViewDemo.showGrid
(VisualizationViewer<?, ?> vv, boolean state) Constructors in edu.uci.ics.jung.samples with parameters of type VisualizationViewerModifierConstructorDescriptionBannerLabel
(VisualizationViewer<String, Number> vv, String label) GradientPickedEdgePaintFunction
(com.google.common.base.Function<E, Paint> defaultEdgePaintFunction, VisualizationViewer<V, E> vv) private
LayoutChooser
(JComboBox<?> jcb, VisualizationViewer<Integer, Number> vv) private
LayoutChooser
(JComboBox<?> jcb, VisualizationViewer<Object, ?> vv) ViewGrid
(VisualizationViewer<?, ?> vv, VisualizationViewer<?, ?> master) -
Uses of VisualizationViewer in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as VisualizationViewerMethods in edu.uci.ics.jung.visualization with parameters of type VisualizationViewerModifier and TypeMethodDescriptionprivate void
GraphZoomScrollPane.setScrollBars
(VisualizationViewer<?, ?> vv) use the supplied vv characteristics to set the position and dimensions of the scroll bars.Constructors in edu.uci.ics.jung.visualization with parameters of type VisualizationViewerModifierConstructorDescriptionGraphZoomScrollPane
(VisualizationViewer<?, ?> vv) Create an instance of the GraphZoomScrollPane to contain the VisualizationViewer -
Uses of VisualizationViewer in edu.uci.ics.jung.visualization.control
Subclasses of VisualizationViewer in edu.uci.ics.jung.visualization.controlModifier and TypeClassDescriptionclass
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.Fields in edu.uci.ics.jung.visualization.control declared as VisualizationViewerModifier and TypeFieldDescriptionprotected VisualizationViewer
<V, E> SatelliteVisualizationViewer.master
the master VisualizationViewer that this is a satellite view for(package private) VisualizationViewer
<V, E> SatelliteVisualizationViewer.ViewLens.master
private VisualizationViewer
<V, E> MouseListenerTranslator.vv
(package private) VisualizationViewer
<V, E> SatelliteVisualizationViewer.ViewLens.vv
Methods in edu.uci.ics.jung.visualization.control that return VisualizationViewerMethods in edu.uci.ics.jung.visualization.control with parameters of type VisualizationViewerModifier and TypeMethodDescriptionprotected void
PickingGraphMousePlugin.pickContainedVertices
(VisualizationViewer<V, E> vv, Point2D down, Point2D out, boolean clear) pick the vertices inside the rectangle created from points 'down' and 'out' (two diagonally opposed corners of the rectangle)Constructors in edu.uci.ics.jung.visualization.control with parameters of type VisualizationViewerModifierConstructorDescriptionMouseListenerTranslator
(GraphMouseListener<V> gel, VisualizationViewer<V, E> vv) SatelliteVisualizationViewer
(VisualizationViewer<V, E> master, Dimension preferredSize) ViewLens
(VisualizationViewer<V, E> vv, VisualizationViewer<V, E> master) -
Uses of VisualizationViewer in edu.uci.ics.jung.visualization.decorators
Fields in edu.uci.ics.jung.visualization.decorators declared as VisualizationViewerModifier and TypeFieldDescriptionprotected VisualizationViewer
<V, E> GradientEdgePaintTransformer.vv
Constructors in edu.uci.ics.jung.visualization.decorators with parameters of type VisualizationViewerModifierConstructorDescriptionGradientEdgePaintTransformer
(Color c1, Color c2, VisualizationViewer<V, E> vv) -
Uses of VisualizationViewer in edu.uci.ics.jung.visualization.layout
Fields in edu.uci.ics.jung.visualization.layout declared as VisualizationViewerConstructors in edu.uci.ics.jung.visualization.layout with parameters of type VisualizationViewerModifierConstructorDescriptionLayoutTransition
(VisualizationViewer<V, E> vv, Layout<V, E> startLayout, Layout<V, E> endLayout) -
Uses of VisualizationViewer in edu.uci.ics.jung.visualization.transform
Fields in edu.uci.ics.jung.visualization.transform declared as VisualizationViewerConstructors in edu.uci.ics.jung.visualization.transform with parameters of type VisualizationViewerModifierConstructorDescriptionAbstractLensSupport
(VisualizationViewer<V, E> vv, ModalGraphMouse lensGraphMouse) create the base class, setting common members and creating a custom GraphMouseLayoutLensSupport
(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse) Create an instance with the specified parameters. -
Uses of VisualizationViewer in edu.uci.ics.jung.visualization.transform.shape
Constructors in edu.uci.ics.jung.visualization.transform.shape with parameters of type VisualizationViewerModifierConstructorDescriptionMagnifyImageLensSupport
(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse) ViewLensSupport
(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)