public interface BidirectionalTransformer
Modifier and Type | Method and Description |
---|---|
Point2D |
inverseTransform(Point2D p)
convert the supplied screen coordinate to the
graph coordinate.
|
Shape |
inverseTransform(Shape shape) |
Point2D |
transform(Point2D p)
convert the supplied graph coordinate to the
screen coordinate
|
Shape |
transform(Shape shape) |
Point2D transform(Point2D p)
p
- graph point to convertPoint2D inverseTransform(Point2D p)
p
- screen point to convertCopyright © 2015. All rights reserved.