Uses of Class
org.jungrapht.visualization.transform.shape.TransformingGraphics
-
Packages that use TransformingGraphics Package Description org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of TransformingGraphics in org.jungrapht.visualization.transform.shape
Subclasses of TransformingGraphics in org.jungrapht.visualization.transform.shape Modifier and Type Class Description class
MagnifyIconGraphics
Subclassed to apply a magnification transform to an icon.class
TransformingFlatnessGraphics
subclassed to pass certain operations thru the Function 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.
-