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