net.sourceforge.plantuml.salt
Class Cell

java.lang.Object
  extended by net.sourceforge.plantuml.salt.Cell

public class Cell
extends java.lang.Object


Constructor Summary
Cell(int row, int col)
           
 
Method Summary
 int getMaxCol()
           
 int getMaxRow()
           
 int getMinCol()
           
 int getMinRow()
           
 int getNbCols()
           
 int getNbRows()
           
 void mergeLeft()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cell

public Cell(int row,
            int col)
Method Detail

mergeLeft

public void mergeLeft()

getMinRow

public int getMinRow()

getMaxRow

public int getMaxRow()

getMinCol

public int getMinCol()

getMaxCol

public int getMaxCol()

getNbRows

public int getNbRows()

getNbCols

public int getNbCols()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013. All Rights Reserved.