public class RMGraphSection.Item
extends java.lang.Object
Constructor and Description |
---|
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
|
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 int getSeriesIndex()
public int getItemIndex()
public RMGraphSeries getSeries()
public RMGraphSeries.Item getSeriesItem()
public float getFloatValue()
public RMGroup getGroup()
public RMShape getBar()
public void setBar(RMShape aBar)
public RMRect getBounds()