Uses of Interface
edu.uci.ics.jung.visualization.VisualizationServer.Paintable

Packages that use VisualizationServer.Paintable
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.jai   
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.visualization
 

Fields in edu.uci.ics.jung.visualization with type parameters of type VisualizationServer.Paintable
protected  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.Paintable
 void VisualizationServer.addPostRenderPaintable(VisualizationServer.Paintable paintable)
           
 void BasicVisualizationServer.addPostRenderPaintable(VisualizationServer.Paintable paintable)
           
 void VisualizationServer.addPreRenderPaintable(VisualizationServer.Paintable paintable)
           
 void BasicVisualizationServer.addPreRenderPaintable(VisualizationServer.Paintable paintable)
           
 void BasicVisualizationServer.prependPostRenderPaintable(VisualizationServer.Paintable paintable)
           
 void BasicVisualizationServer.prependPreRenderPaintable(VisualizationServer.Paintable paintable)
           
 void VisualizationServer.removePostRenderPaintable(VisualizationServer.Paintable paintable)
           
 void BasicVisualizationServer.removePostRenderPaintable(VisualizationServer.Paintable paintable)
           
 void VisualizationServer.removePreRenderPaintable(VisualizationServer.Paintable paintable)
           
 void BasicVisualizationServer.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.Paintable
 class AnnotationPaintable
          handles the actual drawing of annotations
 

Fields in edu.uci.ics.jung.visualization.annotations declared as VisualizationServer.Paintable
protected  VisualizationServer.Paintable AnnotatingGraphMousePlugin.lensPaintable
          the Paintable for the Shape annotation
 

Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.control
 

Fields in edu.uci.ics.jung.visualization.control declared as VisualizationServer.Paintable
protected  VisualizationServer.Paintable EditingGraphMousePlugin.arrowPaintable
           
protected  VisualizationServer.Paintable EditingGraphMousePlugin.edgePaintable
           
protected  VisualizationServer.Paintable PickingGraphMousePlugin.lensPaintable
          the Paintable for the lens picking rectangle
 

Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.jai
 

Classes in edu.uci.ics.jung.visualization.jai that implement VisualizationServer.Paintable
static class AbstractPerspectiveTransformSupport.Lens
          the background for the perspective projection
 

Uses of VisualizationServer.Paintable in edu.uci.ics.jung.visualization.layout
 

Classes in edu.uci.ics.jung.visualization.layout that implement VisualizationServer.Paintable
 class BoundingRectanglePaintable<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
static class AbstractLensSupport.Lens
          the background for the hyperbolic projection
static class AbstractLensSupport.LensControls
          the background for the hyperbolic projection
 



Copyright © 2009. All Rights Reserved.