Subclasses of Graphics2DWrapper in edu.uci.ics.jung.visualization.transform.shape |
class |
GraphicsDecorator
an extendion of Graphics2DWrapper that adds enhanced
methods for drawing icons and components |
class |
MagnifyIconGraphics
Subclassed to apply a magnification transform to an icon. |
class |
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. |
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. |