|
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.RMGraphSection
public class RMGraphSection
Represents the data in the sections of a merged or separated graph.
| Nested Class Summary | |
|---|---|
class |
RMGraphSection.Item
An inner class for a section item. |
| Constructor Summary | |
|---|---|
RMGraphSection(RMGraphRPG aGraphRPG,
int anIndex)
Creates a new graph section. |
|
| Method Summary | |
|---|---|
void |
addItem(int aSeriesIndex,
int anItemIndex)
Adds an item for the given series and series item. |
RMRect |
getBounds()
Returns the bounds of the section. |
RMGraphSection.Item |
getItem(int anIndex)
Returns the specific item at the given index. |
int |
getItemCount()
Returns the number of section items |
float |
getMaxValue()
Returns section maximum value. |
float |
getMinValue()
Returns section minimum value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMGraphSection(RMGraphRPG aGraphRPG,
int anIndex)
| Method Detail |
|---|
public int getItemCount()
public RMGraphSection.Item getItem(int anIndex)
public void addItem(int aSeriesIndex,
int anItemIndex)
public float getMinValue()
public float getMaxValue()
public RMRect getBounds()
|
ReportMill 10 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||