|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.states.ReportStateProgress
Report state progress.
Constructor Summary | |
ReportStateProgress()
Default constructor. |
|
ReportStateProgress(int currentGroupIndex,
int currentDataItem,
int currentPage,
java.lang.Class stateClass)
Creates a new instance. |
Method Summary | |
int |
getCurrentDataItem()
Returns the current data item. |
int |
getCurrentGroupIndex()
Returns the current group index. |
int |
getCurrentPage()
Returns the current page. |
java.lang.Class |
getStateClass()
Returns the state class. |
void |
setCurrentDataItem(int currentDataItem)
Sets the current data item. |
void |
setCurrentGroupIndex(int currentGroupIndex)
Sets the current group index. |
void |
setCurrentPage(int currentPage)
Sets the current page. |
void |
setStateClass(java.lang.Class stateClass)
Sets the state class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportStateProgress()
public ReportStateProgress(int currentGroupIndex, int currentDataItem, int currentPage, java.lang.Class stateClass)
currentGroupIndex
- the current group index.currentDataItem
- the current data item.currentPage
- the current page.stateClass
- the state class.Method Detail |
public void setCurrentGroupIndex(int currentGroupIndex)
currentGroupIndex
- the new index value.public void setCurrentDataItem(int currentDataItem)
currentDataItem
- the current data item.public void setCurrentPage(int currentPage)
currentPage
- the current page.public void setStateClass(java.lang.Class stateClass)
stateClass
- the state class.public int getCurrentGroupIndex()
public int getCurrentDataItem()
public int getCurrentPage()
public java.lang.Class getStateClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |