Class Step
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SymbolContext
getColors()
int
getIndent()
double
getValue()
boolean
isDestroy()
-
-
-
Constructor Detail
-
Step
public Step(double value, boolean destroy, int indent, SymbolContext color)
-
-
Method Detail
-
getValue
public double getValue()
-
isDestroy
public boolean isDestroy()
-
getIndent
public int getIndent()
-
getColors
public SymbolContext getColors()
-
-