ReportMill 10 API

com.reportmill.shape.graph
Class RMGraphSection.Item

java.lang.Object
  extended by com.reportmill.shape.graph.RMGraphSection.Item
Enclosing class:
RMGraphSection

public class RMGraphSection.Item
extends java.lang.Object

An inner class for a section item.


Constructor Summary
RMGraphSection.Item(int aSeriesIndex, int anItemIndex)
          Creates a new section item.
 
Method Summary
 RMRect getBounds()
          Returns the bounds for this section item.
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMGraphSection.Item

public RMGraphSection.Item(int aSeriesIndex,
                           int anItemIndex)
Creates a new section item.

Method Detail

getSeriesIndex

public int getSeriesIndex()
Returns the series index.


getItemIndex

public int getItemIndex()
Returns the item index.


getSeries

public RMGraphSeries getSeries()
Returns the section item series.


getSeriesItem

public RMGraphSeries.Item getSeriesItem()
Returns the section item series item.


getBounds

public RMRect getBounds()
Returns the bounds for this section item.


ReportMill 10 API