java.lang.Object
net.sourceforge.plantuml.nwdiag.next.NBox
All Implemented Interfaces:
Staged

public class NBox extends java.lang.Object implements Staged
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(NBar bar)
     
    boolean
     
     
    int
     
    java.util.Map<NBar,java.lang.Integer>
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NBox

      public NBox()
  • Method Details

    • add

      public void add(NBar bar)
    • getStart

      public NStage getStart()
      Specified by:
      getStart in interface Staged
    • getEnd

      public NStage getEnd()
      Specified by:
      getEnd in interface Staged
    • getNWidth

      public int getNWidth()
      Specified by:
      getNWidth in interface Staged
    • getPositions

      public java.util.Map<NBar,java.lang.Integer> getPositions()
    • contains

      public boolean contains(NStage stage)
      Specified by:
      contains in interface Staged