|
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.RMGraphSeries.Item
public 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.Item(java.lang.String aKey,
com.reportmill.base.RMGroup aGroup)
Creates a new series value. |
Method Summary | |
---|---|
float |
floatValue()
Returns the float value for this series value. |
RMShape |
getBar()
Returns the bar created for this series value. |
com.reportmill.base.RMGroup |
getGroup()
Returns the group. |
java.lang.String |
getKey()
Returns the key. |
java.lang.Number |
getValue()
Returns the value for this series value. |
void |
setBar(RMShape aBar)
Sets the bar created for this series value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMGraphSeries.Item(java.lang.String aKey, com.reportmill.base.RMGroup aGroup)
Method Detail |
---|
public java.lang.String getKey()
public com.reportmill.base.RMGroup getGroup()
public java.lang.Number getValue()
public float floatValue()
public RMShape getBar()
public void setBar(RMShape aBar)
|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |