java.lang.Object
net.sourceforge.plantuml.sequencediagram.teoz.Stairs

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addStep(Step step)
     
    int
     
    java.util.Collection<Step>
     

    Methods inherited from class java.lang.Object

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

    • Stairs

      public Stairs()
  • Method Details

    • addStep

      public void addStep(Step step)
    • getMaxIndent

      public int getMaxIndent()
    • getSteps

      public java.util.Collection<Step> getSteps()