Package net.sourceforge.plantuml.nwdiag
Class NwArray
- java.lang.Object
-
- net.sourceforge.plantuml.nwdiag.NwArray
-
public class NwArray extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NwArray(int lines, int cols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedElementget(int i, int j)FootprintgetFootprint(NwGroup group)LinkedElement[]getLine(int i)intgetNbCols()intgetNbLines()voidset(int i, int j, LinkedElement value)voidswapCols(int col1, int col2)
-
-
-
Method Detail
-
getNbLines
public int getNbLines()
-
getNbCols
public int getNbCols()
-
get
public LinkedElement get(int i, int j)
-
getLine
public LinkedElement[] getLine(int i)
-
set
public void set(int i, int j, LinkedElement value)
-
swapCols
public void swapCols(int col1, int col2)
-
-