Uses of Class
org.jungrapht.visualization.transform.AffineTransformer
-
Packages that use AffineTransformer Package Description org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects. -
-
Uses of AffineTransformer in org.jungrapht.visualization.annotations
Fields in org.jungrapht.visualization.annotations declared as AffineTransformer Modifier and Type Field Description protected AffineTransformer
AnnotationPaintable. layoutTransformer
protected AffineTransformer
AnnotationManager. transformer
-
Uses of AffineTransformer in org.jungrapht.visualization.control
Subclasses of AffineTransformer in org.jungrapht.visualization.control Modifier and Type Class Description class
LensTransformSupport<V,E>
class
TransformSupport<V,E>
-
Uses of AffineTransformer in org.jungrapht.visualization.transform
Subclasses of AffineTransformer in org.jungrapht.visualization.transform Modifier and Type Class Description class
MutableAffineTransformer
Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.
-