|
ReportMill 10 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.reportmill.shape.graph.RMGraphIntervals
public class RMGraphIntervals
Returns a list of graph intervals given a range and count. If count is zero, this class will determine a proper count.
| Constructor Summary | |
|---|---|
RMGraphIntervals(float minValue,
float maxValue,
int aCount)
Return well-chosen intervals given a min/max value. |
|
| Method Summary | |
|---|---|
float |
getInterval(int anIndex)
Returns the individual interval at a given index as a float value. |
int |
getIntervalCount()
Returns the number of intervals for this filled graph. |
float |
getIntervalLast()
Returns the last interval as a float value. |
java.lang.Number |
getIntervalNumber(int anIndex)
Returns the individual interval at a given index as a Number. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMGraphIntervals(float minValue,
float maxValue,
int aCount)
| Method Detail |
|---|
public int getIntervalCount()
public float getInterval(int anIndex)
public float getIntervalLast()
public java.lang.Number getIntervalNumber(int anIndex)
|
ReportMill 10 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||