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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    final NStage
     
    int
     
    final NBox
     
    final NStage
     
    final void
    setParent(NBox parent)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

    • NBar

      public NBar()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.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