Class 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)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • drawU

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

        public void addCell​(Cell cell)