Package net.sourceforge.plantuml.salt
Class Cell
- java.lang.Object
-
- net.sourceforge.plantuml.salt.Cell
-
public class Cell extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Cell(int row, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxCol()intgetMaxRow()intgetMinCol()intgetMinRow()intgetNbCols()intgetNbRows()voidmergeLeft()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-