|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.salt.Cell
public class Cell
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 |
---|
public Cell(int row, int col)
Method Detail |
---|
public void mergeLeft()
public int getMinRow()
public int getMaxRow()
public int getMinCol()
public int getMaxCol()
public int getNbRows()
public int getNbCols()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |