public class Step
extends java.lang.Object
Constructor and Description |
---|
Step(double value,
boolean destroy,
int indent,
SymbolContext color) |
Modifier and Type | Method and Description |
---|---|
SymbolContext |
getColors() |
int |
getIndent() |
double |
getValue() |
boolean |
isDestroy() |
public Step(double value, boolean destroy, int indent, SymbolContext color)
public double getValue()
public boolean isDestroy()
public int getIndent()
public SymbolContext getColors()