Package edu.wisc.game.svg
Class SvgEcd.Point
java.lang.Object
edu.wisc.game.svg.SvgEcd.Point
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- SvgEcd
public static class SvgEcd.Point extends Object implements Cloneable
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Point(double _x, double _y)
-
Method Summary
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)
-
Field Details
-
Constructor Details
-
Point
public Point(double _x, double _y)
-
-
Method Details