org.jfree.report.event
public class ReportProgressEvent extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
COMPUTING_LAYOUT |
static int |
GENERATING_CONTENT |
static int |
PAGINATING |
static int |
PRECOMPUTING_VALUES |
Constructor and Description |
---|
ReportProgressEvent(java.lang.Object source,
int activity,
int row,
int page) |
Modifier and Type | Method and Description |
---|---|
int |
getActivity() |
int |
getPage() |
int |
getRow() |
public static final int COMPUTING_LAYOUT
public static final int PRECOMPUTING_VALUES
public static final int PAGINATING
public static final int GENERATING_CONTENT