public class FormattingResults
extends java.lang.Object
Constructor and Description |
---|
FormattingResults()
Constructor for the FormattingResults object
|
Modifier and Type | Method and Description |
---|---|
int |
getPageCount()
Gets the number of pages rendered
|
java.util.List |
getPageSequences()
Gets the results for the individual page-sequences.
|
void |
haveFormattedPageSequence(AbstractPageSequence pageSequence,
int pageCount)
Reports the result of one page sequence rendering
back into this object.
|
void |
reset()
Resets this object
|
public FormattingResults()
public int getPageCount()
public java.util.List getPageSequences()
public void reset()
public void haveFormattedPageSequence(AbstractPageSequence pageSequence, int pageCount)
pageSequence
- the page sequence which just completed renderingpageCount
- the number of pages rendered for that PageSequenceCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.