public static class RMGraphSeries.Item
extends java.lang.Object
Constructor and Description |
---|
RMGraphSeries.Item(java.lang.String aKey,
com.reportmill.base.RMGroup aGroup)
Creates a new series value.
|
Modifier and Type | Method and Description |
---|---|
RMShape |
getBar()
Returns the bar created for this series value.
|
float |
getFloatValue()
Returns the float value 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.
|
public RMGraphSeries.Item(java.lang.String aKey, com.reportmill.base.RMGroup aGroup)
public java.lang.String getKey()
public com.reportmill.base.RMGroup getGroup()
public java.lang.Number getValue()
public float getFloatValue()
public RMShape getBar()
public void setBar(RMShape aBar)