Uses of Interface
edu.uci.ics.jung.visualization.VisualizationServer.Paintable
Packages that use VisualizationServer.Paintable
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Classes which support creating visual annotations for graphs.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
Visualization mechanisms related to transformations, including lens effects.
-
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.samples
Classes in edu.uci.ics.jung.samples that implement VisualizationServer.PaintableModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
(package private) static class
draws a grid on the SatelliteViewer's lens(package private) class
(package private) class
Fields in edu.uci.ics.jung.samples declared as VisualizationServer.PaintableModifier and TypeFieldDescription(package private) VisualizationServer.Paintable
BalloonLayoutDemo.rings
(package private) VisualizationServer.Paintable
L2RTreeLayoutDemo.rings
(package private) VisualizationServer.Paintable
RadialTreeLensDemo.rings
(package private) VisualizationServer.Paintable
TreeCollapseDemo.rings
(package private) VisualizationServer.Paintable
TreeLayoutDemo.rings
(package private) VisualizationServer.Paintable
AnnotationsDemo.viewGrid
(package private) VisualizationServer.Paintable
SatelliteViewDemo.viewGrid
-
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization with type parameters of type VisualizationServer.PaintableModifier and TypeFieldDescriptionprotected List
<VisualizationServer.Paintable> BasicVisualizationServer.postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered)protected List
<VisualizationServer.Paintable> BasicVisualizationServer.preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered)Methods in edu.uci.ics.jung.visualization with parameters of type VisualizationServer.PaintableModifier and TypeMethodDescriptionvoid
BasicVisualizationServer.addPostRenderPaintable
(VisualizationServer.Paintable paintable) void
VisualizationServer.addPostRenderPaintable
(VisualizationServer.Paintable paintable) void
BasicVisualizationServer.addPreRenderPaintable
(VisualizationServer.Paintable paintable) void
VisualizationServer.addPreRenderPaintable
(VisualizationServer.Paintable paintable) void
BasicVisualizationServer.prependPostRenderPaintable
(VisualizationServer.Paintable paintable) void
BasicVisualizationServer.prependPreRenderPaintable
(VisualizationServer.Paintable paintable) void
BasicVisualizationServer.removePostRenderPaintable
(VisualizationServer.Paintable paintable) void
VisualizationServer.removePostRenderPaintable
(VisualizationServer.Paintable paintable) void
BasicVisualizationServer.removePreRenderPaintable
(VisualizationServer.Paintable paintable) void
VisualizationServer.removePreRenderPaintable
(VisualizationServer.Paintable paintable) -
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.annotations
Classes in edu.uci.ics.jung.visualization.annotations that implement VisualizationServer.PaintableModifier and TypeClassDescription(package private) class
the Paintable that draws a Shape annotation only while it is being createdclass
handles the actual drawing of annotationsFields in edu.uci.ics.jung.visualization.annotations declared as VisualizationServer.PaintableModifier and TypeFieldDescriptionprotected VisualizationServer.Paintable
AnnotatingGraphMousePlugin.lensPaintable
the Paintable for the Shape annotation -
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.control
Classes in edu.uci.ics.jung.visualization.control that implement VisualizationServer.PaintableModifier and TypeClassDescription(package private) class
Used for the directed edge creation visual effect during mouse drag(package private) class
Used for the edge creation visual effect during mouse drag(package private) class
a Paintable to draw the rectangle used to pick multiple Vertices(package private) static class
A four-sided shape that represents the visible part of the master view and is drawn in the satellite viewFields in edu.uci.ics.jung.visualization.control declared as VisualizationServer.PaintableModifier and TypeFieldDescriptionprotected VisualizationServer.Paintable
CubicCurveEdgeEffects.arrowPaintable
protected VisualizationServer.Paintable
CubicCurveEdgeEffects.edgePaintable
protected VisualizationServer.Paintable
PickingGraphMousePlugin.lensPaintable
the Paintable for the lens picking rectangle -
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.layout
Classes in edu.uci.ics.jung.visualization.layout that implement VisualizationServer.Paintable -
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.transform
Classes in edu.uci.ics.jung.visualization.transform that implement VisualizationServer.PaintableModifier and TypeClassDescriptionstatic class
the background for the hyperbolic projectionstatic class
the background for the hyperbolic projection