Graphics2DWrapper |
a complete wrapping of Graphics2D, useful as a base class.
|
GraphicsDecorator |
an extendion of Graphics2DWrapper that adds enhanced
methods for drawing icons and components
|
HyperbolicShapeTransformer |
HyperbolicShapeTransformer extends HyperbolicTransformer and
adds implementations for methods in ShapeFlatnessTransformer.
|
Intersector |
|
MagnifyIconGraphics |
Subclassed to apply a magnification transform to an icon.
|
MagnifyImageLensSupport<V,E> |
Changes various visualization settings to activate or deactivate an
examining lens for a jung graph application.
|
MagnifyShapeTransformer |
MagnifyShapeTransformer extends MagnifyTransformer and
adds implementations for methods in ShapeTransformer.
|
TransformingFlatnessGraphics |
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.
|
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.
|
ViewLensSupport<V,E> |
Uses a LensTransformer to use in the view
transform.
|