|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
Method Summary | |
Point2D |
inverseViewTransform(Point2D p)
convert the supplied screen coordinate to the graph coordinate. |
Point2D |
viewTransform(Point2D p)
convert the supplied graph coordinate to the screen coordinate |
Method Detail |
public Point2D viewTransform(Point2D p)
p
- graph point to convert
public Point2D inverseViewTransform(Point2D p)
p
- screen point to convert
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |