Interface | Description |
---|---|
ShapeTransformer |
Provides methods to map points from one coordinate system to
another: graph to screen and screen to graph.
|
Class | Description |
---|---|
GraphicsDecorator |
a complete wrapping of Graphics2D, useful as a base class.
|
HyperbolicShapeTransformer |
HyperbolicShapeTransformer extends HyperbolicTransformer and
adds implementations for methods in ShapeTransformer.
|
Intersector | |
MagnifyShapeTransformer |
MagnifyShapeTransformer extends MagnifyTransformer and
adds implementations for methods in ShapeTransformer.
|
PluggableRendererDecorator |
A complete wrapping of PluggableRenderer, used as a base class
|
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
|
ViewLensSupport |
Uses a LensTransformer to use in the view
transform.
|