Class NwArray
java.lang.Object
net.sourceforge.plantuml.nwdiag.next.NwArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(int i, int j) getLine
(int i) int
int
void
set
(int i, int j, LinkedElement value)
-
Constructor Details
-
NwArray
public NwArray(int lines, int cols)
-
-
Method Details
-
getNbLines
public int getNbLines() -
getNbCols
public int getNbCols() -
get
-
getLine
-
set
-