Interface ShapeTransformer
- All Superinterfaces:
BidirectionalTransformer
- All Known Subinterfaces:
MultiLayerTransformer,MutableTransformer,ShapeFlatnessTransformer
- All Known Implementing Classes:
AffineTransformer,BasicTransformer,HyperbolicShapeTransformer,HyperbolicTransformer,LensTransformer,MagnifyShapeTransformer,MagnifyTransformer,MutableAffineTransformer,MutableTransformerDecorator
Provides methods to map points from one coordinate system to
another: graph to screen and screen to graph.
- Author:
- Tom Nelson
-
Method Summary
Methods inherited from interface edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
inverseTransform, transform
-
Method Details
-
transform
map a shape from graph coordinate system to the screen coordinate system- Parameters:
shape- the Shape to transform- Returns:
- a GeneralPath (Shape) representing the screen points of the shape
-
inverseTransform
-