| |
|
| java.lang.Object org.jfree.report.states.process.ProcessState
ProcessState | public class ProcessState implements ReportState(Code) | | Creation-Date: 03.07.2007, 12:56:46
author: Thomas Morgner |
ARTIFICIAL_EVENT_CODE | final public static int ARTIFICIAL_EVENT_CODE(Code) | | |
deriveForPagebreak | public ProcessState deriveForPagebreak()(Code) | | This is a more expensive version of the ordinary derive. This method creates a separate copy of the layout-process
so that this operation is expensive in memory and CPU usage.
|
firePageFinishedEvent | public void firePageFinishedEvent()(Code) | | Fires a 'page-finished ' event. The pageFinished(...) method is called for every report
function.
|
firePageStartedEvent | public void firePageStartedEvent(int baseEvent)(Code) | | Fires a 'page-started' event.
Parameters: baseEvent - the type of the base event which caused the page start to be triggered. |
firePrepareEvent | public void firePrepareEvent()(Code) | | Fires a 'prepare' event.
|
fireReportEvent | protected void fireReportEvent()(Code) | | |
getCurrentDataItem | public int getCurrentDataItem()(Code) | | |
getCurrentGroupIndex | public int getCurrentGroupIndex()(Code) | | |
getCurrentPage | public int getCurrentPage()(Code) | | |
getCurrentSubReport | public int getCurrentSubReport()(Code) | | |
getEventCode | public int getEventCode()(Code) | | |
getLevel | public int getLevel()(Code) | | |
getNumberOfRows | public int getNumberOfRows()(Code) | | |
getProgressLevel | public int getProgressLevel()(Code) | | |
getProgressLevelCount | public int getProgressLevelCount()(Code) | | |
getProperties | public ReportProperties getProperties()(Code) | | Returns the report properties.
the report properties. |
getProperty | public Object getProperty(String key)(Code) | | Returns the value of a property with the specified name.
Parameters: key - the property name. the property value. |
getProperty | public Object getProperty(String key, Object def)(Code) | | Returns a property with the specified name. If no property with the specified name is found, returns def.
Parameters: key - the property name. Parameters: def - the default value. the property value. |
getSequenceCounter | public int getSequenceCounter()(Code) | | |
isDeepTraversing | public boolean isDeepTraversing()(Code) | | |
isFinish | public boolean isFinish()(Code) | | |
isLastItemInGroup | public static boolean isLastItemInGroup(Group g, GlobalMasterRow currentDataRow, GlobalMasterRow nextDataRow)(Code) | | Returns true if this is the last item in the group, and false otherwise.
Parameters: g - the group that should be checked. Parameters: currentDataRow - the current data row. Parameters: nextDataRow - the next data row, or null, if this is the last datarow. A flag indicating whether or not the current item is the last in its group. |
isPrepareRun | public boolean isPrepareRun()(Code) | | |
setCurrentGroupIndex | public void setCurrentGroupIndex(int currentGroupIndex)(Code) | | |
setCurrentPage | public void setCurrentPage(int currentPage)(Code) | | |
setCurrentSubReport | public void setCurrentSubReport(int currentSubReport)(Code) | | |
setProperty | public void setProperty(String key, Object o)(Code) | | Sets a property.
Parameters: key - the property name. Parameters: o - the property value. |
setSequenceCounter | public void setSequenceCounter(int sequenceCounter)(Code) | | |
|
|
|