Class NwArray
java.lang.Object
net.sourceforge.plantuml.nwdiag.next.NwArray
public class NwArray
extends java.lang.Object
-
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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NwArray
public NwArray(int lines, int cols)
-
-
Method Details
-
getNbLines
public int getNbLines() -
getNbCols
public int getNbCols() -
get
-
getLine
-
set
-