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

    Modifier and Type
    Method
    Description
    void
    addCell(Cell cell)
     
    void
    drawU(UGraphic ug, double x, double y, HColor white)
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • drawU

      public void drawU(UGraphic ug, double x, double y, HColor white)
    • addCell

      public void addCell(Cell cell)