|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.google.chart.model.Range
public class Range
A model object used to represent the range of a chart axis (and data).
| Field Summary | |
|---|---|
int |
maximum
The maximum (ending) number for this range. |
int |
minimum
The minimum (staring) number for this range. |
| Constructor Summary | |
|---|---|
Range(int minimum,
int maximum)
Create a new instance using the specified values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int minimum
public final int maximum
| Constructor Detail |
|---|
public Range(int minimum,
int maximum)
minimum - The minimum value to use.maximum - The maximum value to use.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||