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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)