Class Grid2
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.Grid2
-
public class Grid2 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Grid2(java.util.List<java.lang.Double> rowsStart, java.util.List<java.lang.Double> colsStart, TableStrategy strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
-
-
-
Constructor Detail
-
Grid2
public Grid2(java.util.List<java.lang.Double> rowsStart, java.util.List<java.lang.Double> colsStart, TableStrategy strategy)
-
-
Method Detail
-
drawU
public void drawU(UGraphic ug)
-
-