|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewTransformer
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 |
|---|
Point2D viewTransform(Point2D p)
p - graph point to convert
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 | |||||||||