Uses of Interface
edu.uci.ics.jung.visualization.VisualizationServer.Paintable
-
Packages that use VisualizationServer.Paintable Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs.edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.edu.uci.ics.jung.visualization.layout Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc.edu.uci.ics.jung.visualization.transform 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.Paintable Modifier and Type Class Description (package private) classBalloonLayoutDemo.Rings(package private) classL2RTreeLayoutDemo.Rings(package private) classMultiViewDemo.BannerLabel(package private) classRadialTreeLensDemo.Rings(package private) static classSatelliteViewDemo.ViewGriddraws a grid on the SatelliteViewer's lens(package private) classTreeCollapseDemo.Rings(package private) classTreeLayoutDemo.RingsFields in edu.uci.ics.jung.samples declared as VisualizationServer.Paintable Modifier and Type Field Description (package private) VisualizationServer.PaintableBalloonLayoutDemo. rings(package private) VisualizationServer.PaintableL2RTreeLayoutDemo. rings(package private) VisualizationServer.PaintableRadialTreeLensDemo. rings(package private) VisualizationServer.PaintableTreeCollapseDemo. rings(package private) VisualizationServer.PaintableTreeLayoutDemo. rings(package private) VisualizationServer.PaintableAnnotationsDemo. viewGrid(package private) VisualizationServer.PaintableSatelliteViewDemo. viewGrid -
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization with type parameters of type VisualizationServer.Paintable Modifier and Type Field Description protected java.util.List<VisualizationServer.Paintable>BasicVisualizationServer. postRenderersa collection of user-implementable functions to render over the topology (after the graph is rendered)protected java.util.List<VisualizationServer.Paintable>BasicVisualizationServer. preRenderersa collection of user-implementable functions to render under the topology (before the graph is rendered) -
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.annotations
Classes in edu.uci.ics.jung.visualization.annotations that implement VisualizationServer.Paintable Modifier and Type Class Description (package private) classAnnotatingGraphMousePlugin.LensPaintablethe Paintable that draws a Shape annotation only while it is being createdclassAnnotationPaintablehandles the actual drawing of annotationsFields in edu.uci.ics.jung.visualization.annotations declared as VisualizationServer.Paintable Modifier and Type Field Description protected VisualizationServer.PaintableAnnotatingGraphMousePlugin. lensPaintablethe 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.Paintable Modifier and Type Class Description (package private) classCubicCurveEdgeEffects.ArrowPaintableUsed for the directed edge creation visual effect during mouse drag(package private) classCubicCurveEdgeEffects.EdgePaintableUsed for the edge creation visual effect during mouse drag(package private) classPickingGraphMousePlugin.LensPaintablea Paintable to draw the rectangle used to pick multiple Vertices(package private) static classSatelliteVisualizationViewer.ViewLens<V,E>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.Paintable Modifier and Type Field Description protected VisualizationServer.PaintableCubicCurveEdgeEffects. arrowPaintableprotected VisualizationServer.PaintableCubicCurveEdgeEffects. edgePaintableprotected VisualizationServer.PaintablePickingGraphMousePlugin. lensPaintablethe 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 Modifier and Type Class Description classBoundingRectanglePaintable<V,E> -
Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.transform
Classes in edu.uci.ics.jung.visualization.transform that implement VisualizationServer.Paintable Modifier and Type Class Description static classAbstractLensSupport.Lensthe background for the hyperbolic projectionstatic classAbstractLensSupport.LensControlsthe background for the hyperbolic projection
-