public interface BidirectionalTransformer
| Modifier and Type | Method and Description |
|---|---|
Point2D |
inverseTransform(Point2D p)
convert the supplied screen coordinate to the graph coordinate.
|
Point2D |
transform(Point2D p)
convert the supplied graph coordinate to the screen coordinate
|
Copyright © 2016. All rights reserved.