|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.apps.PageSequenceResults
public class PageSequenceResults
Class for reporting back formatting results to the calling application. This particular class is used to report the results of a single page-sequence.
Constructor Summary | |
---|---|
PageSequenceResults(String id,
int pageCount)
Constructor for the PageSequenceResults object |
Method Summary | |
---|---|
String |
getID()
Gets the ID of the page-sequence if one was specified. |
int |
getPageCount()
Gets the number of pages that resulted by processing the page-sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageSequenceResults(String id, int pageCount)
id
- ID of the page-sequence, if availablepageCount
- The number of resulting pagesMethod Detail |
---|
public String getID()
public int getPageCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |