public class PageLayoutEvent
Field Summary | ||
---|---|---|
static final int | NONE | |
Default value
|
||
static final int | WATCH_DOG | |
Corresponds to a checkpoint in code which is often visited and which is suitable to abort process.
While inside |
||
static final int | BUILD_STARTED | |
Build of the page layout has started. Fired once.
This is the first event which occurs when |
||
static final int | BUILD_FINISHED | |
Build of the page layout has finished. Fired once.
This is the last event which occurs when |
||
static final int | CONVERSION_STARTED | |
Conversion of document model to page layout has started. Fired once.
This occurs when layout model starts pulling document content.
|
||
static final int | CONVERSION_FINISHED | |
Conversion of document model to page layout has finished. Fired once.
This occurs when layout model stops pulling document content.
|
||
static final int | REFLOW_STARTED | |
Reflow of the page layout has started. Fired once.
This occurs when layout model starts reflowing document content.
|
||
static final int | REFLOW_FINISHED | |
Reflow of the page layout has finished. Fired once.
This occurs when layout model stops reflowing document content.
|
||
static final int | PART_REFLOW_STARTED | |
Reflow of the page has started.
Note that page may reflow multiple times and that reflow may restart before it is finished.
|
||
static final int | PART_REFLOW_FINISHED | |
Reflow of the page has finished.
Note that page may reflow multiple times and that reflow may restart before it is finished.
|
||
static final int | PART_RENDERING_STARTED | |
Rendering of page has started. This is fired once per page.
|
||
static final int | PART_RENDERING_FINISHED | |
Rendering of page has finished. This is fired once per page.
|
public static final int NONE
public static final int WATCH_DOG
public static final int BUILD_STARTED
public static final int BUILD_FINISHED
public static final int CONVERSION_STARTED
public static final int CONVERSION_FINISHED
public static final int REFLOW_STARTED
public static final int REFLOW_FINISHED
public static final int PART_REFLOW_STARTED
public static final int PART_REFLOW_FINISHED
public static final int PART_RENDERING_STARTED
public static final int PART_RENDERING_FINISHED