Package | Description |
---|---|
edu.uci.ics.jung.visualization.transform | |
edu.uci.ics.jung.visualization.transform.shape |
Class and Description |
---|
ShapeTransformer
Provides methods to map points from one coordinate system to
another: graph to screen and screen to graph.
|
Class and Description |
---|
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
|