|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.print.DocumentHolder
public class DocumentHolder
Name: DocumentHolder
Description: A class holding document data plus extra informations.
Constructor Summary | |
---|---|
DocumentHolder(InputStream documentStream,
List tocItems,
List outlines)
Constructs a DocumentHolder instance with specific attributes. |
Method Summary | |
---|---|
InputStream |
getDocumentStream()
Gets the document stream. |
List |
getOutlines()
Getter method for the the property outlines. |
List |
getTocItems()
Getter method for the the property tocItems. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentHolder(InputStream documentStream, List tocItems, List outlines)
documentStream
- The input stream to read the document data from.tocItems
- The table of contents items.outlines
- The outline items.Method Detail |
---|
public InputStream getDocumentStream()
public List getTocItems()
public List getOutlines()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |