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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addStep(double y, int value)
     
    int
     
    int
     
    int
    getValue(double y)
     
    java.util.List<java.lang.Double>
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

    • Stairs

      public Stairs()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • addStep

      public void addStep(double y, int value)
    • getMaxValue

      public int getMaxValue()
    • getYs

      public java.util.List<java.lang.Double> getYs()
    • getValue

      public int getValue(double y)
    • getLastValue

      public int getLastValue()