public class RMGraphSection.Item
extends java.lang.Object
Constructor and Description |
---|
RMGraphSection.Item(int aSeriesIndex,
int anItemIndex)
Creates a new section item.
|
Modifier and Type | Method and Description |
---|---|
RMShape |
getBar()
Returns the item bar.
|
RMRect |
getBounds()
Returns the bounds for this section item.
|
float |
getFloatValue()
Returns the item float value
|
com.reportmill.base.RMGroup |
getGroup()
Returns the item group.
|
int |
getItemIndex()
Returns the item index.
|
RMGraphSeries |
getSeries()
Returns the section item series.
|
int |
getSeriesIndex()
Returns the series index.
|
RMGraphSeries.Item |
getSeriesItem()
Returns the section item series item.
|
void |
setBar(RMShape aBar)
Sets the bar created for this series value.
|
public RMGraphSection.Item(int aSeriesIndex, int anItemIndex)
public int getSeriesIndex()
public int getItemIndex()
public RMGraphSeries getSeries()
public RMGraphSeries.Item getSeriesItem()
public float getFloatValue()
public com.reportmill.base.RMGroup getGroup()
public RMShape getBar()
public void setBar(RMShape aBar)
public RMRect getBounds()