Uses of Class
com.storedobject.svg.Grid
Packages that use Grid
-
Uses of Grid in com.storedobject.svg
Methods in com.storedobject.svg that return GridModifier and TypeMethodDescriptionGrid.hGap(double hGap) Set the horizontal gap.static GridGrid.of(double w, double h, double vGap, double hGap) Create a grid at (0, 0).static GridGrid.of(double x, double y, double w, double h, double vGap, double hGap) Create a grid.static GridCreate a grid.Grid.vGap(double vGap) Set the vertical gap.