Uses of Interface
org.jungrapht.visualization.VisualizationServer.Paintable
-
Packages that use VisualizationServer.Paintable Package Description org.jungrapht.samples.util Sample applications utilitiesorg.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs.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.util Utilities for graph visualization. -
-
Uses of VisualizationServer.Paintable in org.jungrapht.samples.util
Classes in org.jungrapht.samples.util that implement VisualizationServer.Paintable Modifier and Type Class Description class
TitlePaintable
-
Uses of VisualizationServer.Paintable in org.jungrapht.visualization
Classes in org.jungrapht.visualization that implement VisualizationServer.Paintable Modifier and Type Class Description static class
SatelliteVisualizationViewer.ViewLens<V,E>
A four-sided shape that represents the visible part of the master view and is drawn in the satellite viewFields in org.jungrapht.visualization with type parameters of type VisualizationServer.Paintable Modifier and Type Field Description protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered)protected List<VisualizationServer.Paintable>
DefaultVisualizationServer. preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered)Methods in org.jungrapht.visualization with parameters of type VisualizationServer.Paintable Modifier and Type Method Description void
VisualizationServer. addPostRenderPaintable(VisualizationServer.Paintable paintable)
void
VisualizationServer. addPreRenderPaintable(VisualizationServer.Paintable paintable)
void
VisualizationServer. prependPreRenderPaintable(VisualizationServer.Paintable paintable)
void
VisualizationServer. removePostRenderPaintable(VisualizationServer.Paintable paintable)
void
VisualizationServer. removePreRenderPaintable(VisualizationServer.Paintable paintable)
-
Uses of VisualizationServer.Paintable in org.jungrapht.visualization.annotations
Classes in org.jungrapht.visualization.annotations that implement VisualizationServer.Paintable Modifier and Type Class Description class
AnnotationPaintable
handles the actual drawing of annotationsclass
MultiSelectedVertexPaintable<V,E>
Paints a highlight at the location of all selected vertices.class
SelectedVertexPaintable<V>
Paints a shape at the location of all selected vertices.class
SingleSelectedVertexPaintable<V,E>
Paints a shape at the location of all selected vertices.Fields in org.jungrapht.visualization.annotations declared as VisualizationServer.Paintable Modifier and Type Field Description protected VisualizationServer.Paintable
AnnotatingGraphMousePlugin. lensPaintable
the Paintable for the Shape annotation -
Uses of VisualizationServer.Paintable in org.jungrapht.visualization.control
Fields in org.jungrapht.visualization.control declared as VisualizationServer.Paintable Modifier and Type Field Description protected VisualizationServer.Paintable
CubicCurveEdgeEffects. arrowPaintable
protected VisualizationServer.Paintable
CubicCurveEdgeEffects. edgePaintable
protected VisualizationServer.Paintable
RegionSelectingGraphMousePlugin. lensPaintable
the Paintable for the lens picking rectangleprotected VisualizationServer.Paintable
EdgeSelectingGraphMousePlugin. pickFootprintPaintable
protected VisualizationServer.Paintable
SelectingGraphMousePlugin. pickFootprintPaintable
protected VisualizationServer.Paintable
VertexSelectingGraphMousePlugin. pickFootprintPaintable
-
Uses of VisualizationServer.Paintable in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform that implement VisualizationServer.Paintable Modifier and Type Class Description static class
AbstractLensSupport.LensControls
the background for the hyperbolic projectionstatic class
AbstractLensSupport.LensPaintable
the background for the hyperbolic projection -
Uses of VisualizationServer.Paintable in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement VisualizationServer.Paintable Modifier and Type Class Description class
BoundingRectanglePaintable<V>
static class
LayoutPaintable.BalloonRings<V,E>
static class
LayoutPaintable.Grid
static class
LayoutPaintable.LayoutBounds
static class
LayoutPaintable.RadialRings<V>
static class
LayoutPaintable.TreeCells<V>
-