Package org.jfree.report.event
Class ReportProgressEvent
java.lang.Object
java.util.EventObject
org.jfree.report.event.ReportProgressEvent
- All Implemented Interfaces:
Serializable
Creation-Date: 15.11.2006, 21:02:25
- Author:
- Thomas Morgner
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
COMPUTING_LAYOUT
public static final int COMPUTING_LAYOUT- See Also:
-
PRECOMPUTING_VALUES
public static final int PRECOMPUTING_VALUES- See Also:
-
PAGINATING
public static final int PAGINATING- See Also:
-
GENERATING_CONTENT
public static final int GENERATING_CONTENT- See Also:
-
-
Constructor Details
-
ReportProgressEvent
-
-
Method Details
-
getRow
public int getRow() -
getActivity
public int getActivity() -
getPage
public int getPage()
-