Uses of Package
edu.uci.ics.jung.visualization.transform.shape

Packages that use edu.uci.ics.jung.visualization.transform.shape
edu.uci.ics.jung.visualization.transform   
edu.uci.ics.jung.visualization.transform.shape   
 

Classes in edu.uci.ics.jung.visualization.transform.shape used by edu.uci.ics.jung.visualization.transform
ShapeTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
 

Classes in edu.uci.ics.jung.visualization.transform.shape used by edu.uci.ics.jung.visualization.transform.shape
GraphicsDecorator
          a complete wrapping of Graphics2D, useful as a base class.
PluggableRendererDecorator
          A complete wrapping of PluggableRenderer, used as a base class
ShapeTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
TransformingGraphics
          subclassed to pass certain operations thru the transformer before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
TransformingPluggableRenderer
          a subclass to apply a TransformingGraphics to certain operations