Class NwArray

java.lang.Object
net.sourceforge.plantuml.nwdiag.next.NwArray

public class NwArray extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    NwArray(int lines, int cols)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(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

      public LinkedElement get(int i, int j)
    • getLine

      public LinkedElement[] getLine(int i)
    • set

      public void set(int i, int j, LinkedElement value)