Uses of Class
edu.wisc.game.svg.SvgEcd.Point
Packages that use SvgEcd.Point
-
Uses of SvgEcd.Point in edu.wisc.game.svg
Methods in edu.wisc.game.svg that return SvgEcd.PointModifier and TypeMethodDescriptionSvgEcd.Point.copy()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.PointModifier and TypeMethodDescriptionstatic StringSvgEcd.circle(SvgEcd.Point center, double radius, String color) static StringSvgEcd.line(SvgEcd.Point _a, SvgEcd.Point _b, String color) static StringSvgEcd.rawCircle(SvgEcd.Point center, double radius, String color) static StringSvgEcd.rawLine(SvgEcd.Point a, SvgEcd.Point b, String color)