public class Stairs2 extends Object
| Constructor and Description |
|---|
Stairs2() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(StairsPosition position,
int value,
SymbolContext color) |
int |
getLastValue() |
int |
getMaxValue() |
IntegerColored |
getValue(double y) |
List<StairsPosition> |
getYs() |
String |
toString() |
public void addStep(StairsPosition position, int value, SymbolContext color)
public int getMaxValue()
public List<StairsPosition> getYs()
public IntegerColored getValue(double y)
public int getLastValue()
Copyright © 2017. All rights reserved.