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 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)