|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.html.ContinuousGraphBuilder.Column
public class ContinuousGraphBuilder.Column
| Constructor Summary | |
|---|---|
ContinuousGraphBuilder.Column()
Constructor for Column instances. |
|
| Method Summary | |
|---|---|
void |
addValue(int value)
Add a value to this Column instance. |
int |
getMaxValue()
|
int |
getMinValue()
|
java.util.SortedSet<java.lang.Integer> |
getValues()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuousGraphBuilder.Column()
| Method Detail |
|---|
public void addValue(int value)
value - The valuepublic java.util.SortedSet<java.lang.Integer> getValues()
public int getMinValue()
public int getMaxValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||