| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A sequence of decimals numbers which when written on a width are a sequence of coordinate positions. The width is derived from the CRS or coordinate dimension of the container.
-----------------------------------------------------------------------
| Method Summary | |
|  double[] | getAsArray()returns the x- and y-value of the point as a two dimensional array the first field contains the x- the second field the y-value. | 
|  double | getX()returns the x-value of the point | 
|  double | getY()returns the y-value of the point | 
|  double | getZ()returns the z-value of the point | 
|  void | translate(double[] d)translates the coordinates of the position. the first coordinate of the position will be translated by the first field of d the second coordinate by the second field of d and so on... | 
| Method Detail | 
public double getX()
public double getY()
public double getZ()
public double[] getAsArray()
public void translate(double[] d)
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||