Package edu.wisc.game.svg
Class SvgEcd.Point
- java.lang.Object
-
- edu.wisc.game.svg.SvgEcd.Point
-
-
Constructor Summary
Constructors Constructor Description Point(double _x, double _y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgEcd.Point
copy()
SvgEcd.Point
rawPoint()
Converts this Point with "science" coordinates to one with raw (svg) onesstatic void
setScale(double _xRange, double _yRange)
double[]
svgCoord()
In SVG coordinates of the point (with respect to the top left corner, Y going down)
-
-
-
Method Detail
-
setScale
public static void setScale(double _xRange, double _yRange)
-
copy
public SvgEcd.Point copy()
-
svgCoord
public double[] svgCoord()
In SVG coordinates of the point (with respect to the top left corner, Y going down)
-
rawPoint
public SvgEcd.Point rawPoint()
Converts this Point with "science" coordinates to one with raw (svg) ones
-
-