Uses of Class
edu.wisc.game.svg.SvgEcd.Point
Package | Description |
---|---|
edu.wisc.game.svg |
-
Uses of SvgEcd.Point in edu.wisc.game.svg
Methods in edu.wisc.game.svg that return SvgEcd.Point Modifier and Type Method Description SvgEcd.Point
SvgEcd.Point. copy()
SvgEcd.Point
SvgEcd.Point. rawPoint()
Converts this Point with "science" coordinates to one with raw (svg) onesMethods in edu.wisc.game.svg with parameters of type SvgEcd.Point Modifier and Type Method Description static String
SvgEcd. circle(SvgEcd.Point center, double radius, String color)
static String
SvgEcd. line(SvgEcd.Point _a, SvgEcd.Point _b, String color)
static String
SvgEcd. rawCircle(SvgEcd.Point center, double radius, String color)
static String
SvgEcd. rawLine(SvgEcd.Point a, SvgEcd.Point b, String color)