Uses of Class
com.storedobject.svg.Ellipse
Packages that use Ellipse
-
Uses of Ellipse in com.storedobject.svg
Methods in com.storedobject.svg that return EllipseModifier and TypeMethodDescriptionEllipse.center(double cx, double cy) Set the center.Set the center.static EllipseEllipse.of(double rx, double ry) Create an ellipse at (rx, ry).static EllipseEllipse.of(double cx, double cy, double rx, double ry) Create an ellipse.static EllipseCreate an ellipse.Ellipse.radius(double rx, double ry) Set the radius.