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

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Grid2

      public Grid2(java.util.List<java.lang.Double> rowsStart, java.util.List<java.lang.Double> colsStart, TableStrategy strategy)
  • Method Details

    • drawU

      public void drawU(UGraphic ug)