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

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

    Constructors
    Constructor
    Description
    Step(double value, boolean destroy, int indent, SymbolContext color)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
    double
     
    boolean
     

    Methods inherited from class java.lang.Object

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

    • Step

      public Step(double value, boolean destroy, int indent, SymbolContext color)
  • Method Details

    • getValue

      public double getValue()
    • isDestroy

      public boolean isDestroy()
    • getIndent

      public int getIndent()
    • getColors

      public SymbolContext getColors()