Class Grid
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.Grid
-
public class Grid extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Grid(double[] rowsStart, double[] colsStart, TableStrategy strategy, TextBlock title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCell(Cell cell)
void
drawU(UGraphic ug, double x, double y)
-
-
-
Constructor Detail
-
Grid
public Grid(double[] rowsStart, double[] colsStart, TableStrategy strategy, TextBlock title)
-
-