Uses of Class
com.storedobject.svg.Rectangle
Packages that use Rectangle
-
Uses of Rectangle in com.storedobject.svg
Subclasses of Rectangle in com.storedobject.svgMethods in com.storedobject.svg that return RectangleModifier and TypeMethodDescriptionRectangle.at(double x, double y) Set the position.Set the position.Rectangle.height(double h) Set the height.static RectangleRectangle.of(double w, double h) Create a rectangle at (0, 0).static RectangleRectangle.of(double x, double y, double w, double h) Create a rectangle.static RectangleCreate a rectangle.Rectangle.width(double w) Set the width.Rectangle.x(double x) Set the X coordinate.Rectangle.y(double y) Set the Y coordinate.