|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for transformations between data coordinates and device-independent coordinates.
Method Summary | |
DataPoint |
transformToData(GraphPoint point)
Transforms a GraphPoint into a DataPoint . |
GraphPoint |
transformToGraph(DataPoint point)
Transforms a DataPoint into a GraphPoint . |
Method Detail |
public GraphPoint transformToGraph(DataPoint point)
DataPoint
into a GraphPoint
.
point
- A point in data coordinates.
public DataPoint transformToData(GraphPoint point)
GraphPoint
into a DataPoint
.
point
- A point in device-independent coordinates..
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |