net.sourceforge.plantuml.salt.element
Class Grid

java.lang.Object
  extended by net.sourceforge.plantuml.salt.element.Grid

public class Grid
extends java.lang.Object


Constructor Summary
Grid(double[] rowsStart, double[] colsStart, TableStrategy strategy)
           
 
Method Summary
 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

Grid

public Grid(double[] rowsStart,
            double[] colsStart,
            TableStrategy strategy)
Method Detail

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y)

addCell

public void addCell(Cell cell)


Copyright © 2011. All Rights Reserved.