|
ReportMill 12 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.reportmill.graphing.RMGraphSeries
public class RMGraphSeries
A class to represent a graph series, contains a list of series items.
| Nested Class Summary | |
|---|---|
static class |
RMGraphSeries.Item
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape. |
| Constructor Summary | |
|---|---|
RMGraphSeries(java.lang.String aTitle,
java.lang.String aKey,
java.util.List aGroupList)
Creates a new series. |
|
| Method Summary | |
|---|---|
void |
addItem(com.reportmill.base.RMGroup aGroup)
Add item for given key/group. |
float |
floatValue()
Returns the total for all values in series. |
RMGraphSeries.Item |
getItem(int anIndex)
Returns the individual series item at the given index. |
int |
getItemCount()
Returns the number of items in this series. |
java.lang.String |
getKey()
Returns the key for this series. |
static java.util.List |
getSeries(RMGraph aGraph)
Returns the graph series for a given graph. |
java.lang.String |
getTitle()
Returns the title for this series. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMGraphSeries(java.lang.String aTitle,
java.lang.String aKey,
java.util.List aGroupList)
| Method Detail |
|---|
public java.lang.String getTitle()
public java.lang.String getKey()
public void addItem(com.reportmill.base.RMGroup aGroup)
public int getItemCount()
public RMGraphSeries.Item getItem(int anIndex)
public float floatValue()
public static java.util.List getSeries(RMGraph aGraph)
|
ReportMill 12 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||