Uses of Interface
edu.uci.ics.jung.visualization.transform.LayoutTransformer

Packages that use LayoutTransformer
edu.uci.ics.jung.graph.decorators Provides mechanisms for annotating nodes consistently with useful information. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.control   
samples.graph Provides sample graph code that may be of interest. 
 

Uses of LayoutTransformer in edu.uci.ics.jung.graph.decorators
 

Constructors in edu.uci.ics.jung.graph.decorators with parameters of type LayoutTransformer
GradientEdgePaintFunction(Color c1, Color c2, HasGraphLayout vv, LayoutTransformer transformer)
           
 

Uses of LayoutTransformer in edu.uci.ics.jung.visualization
 

Classes in edu.uci.ics.jung.visualization that implement LayoutTransformer
 class VisualizationViewer
          A class that maintains many of the details necessary for creating visualizations of graphs.
 

Fields in edu.uci.ics.jung.visualization declared as LayoutTransformer
protected  LayoutTransformer ShapePickSupport.layoutTransformer
           
 

Methods in edu.uci.ics.jung.visualization that return LayoutTransformer
 LayoutTransformer ShapePickSupport.getLayoutTransformer()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type LayoutTransformer
 void ShapePickSupport.setLayoutTransformer(LayoutTransformer layoutTransformer)
          When this PickSupport is set on a VisualizationViewer, the VisualizationViewer calls this method to pass its layout transformer in
 

Constructors in edu.uci.ics.jung.visualization with parameters of type LayoutTransformer
ShapePickSupport(HasGraphLayout hasGraphLayout, LayoutTransformer layoutTransformer, HasShapeFunctions hasShapeFunctions, float pickSize)
          Create an instance.
 

Uses of LayoutTransformer in edu.uci.ics.jung.visualization.control
 

Classes in edu.uci.ics.jung.visualization.control that implement LayoutTransformer
 class SatelliteVisualizationViewer
          A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.
 

Uses of LayoutTransformer in samples.graph
 

Constructors in samples.graph with parameters of type LayoutTransformer
PluggableRendererDemo.GradientPickedEdgePaintFunction(EdgePaintFunction defaultEdgePaintFunction, HasGraphLayout vv, LayoutTransformer transformer, PickedInfo pi)