Uses of Class
edu.uci.ics.jung.visualization.transform.AffineTransformer
-
Packages that use AffineTransformer Package Description edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs.edu.uci.ics.jung.visualization.transform Visualization mechanisms related to transformations, including lens effects. -
-
Uses of AffineTransformer in edu.uci.ics.jung.visualization.annotations
Fields in edu.uci.ics.jung.visualization.annotations declared as AffineTransformer Modifier and Type Field Description protected AffineTransformer
AnnotationManager. transformer
protected AffineTransformer
AnnotationPaintable. transformer
-
Uses of AffineTransformer in edu.uci.ics.jung.visualization.transform
Subclasses of AffineTransformer in edu.uci.ics.jung.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.
-