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

public class NBar extends Object implements Staged
  • Constructor Details

    • NBar

      public NBar()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getParent

      public final NBox getParent()
    • setParent

      public final void setParent(NBox parent)
    • getStart

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

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

      public void addStage(NStage stage)
    • getNWidth

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

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