|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdf.source.EmptyPDFSource
public class EmptyPDFSource
Implementation of the PDFSource interface when the document has no source, such as when creating a new document.
| Constructor Summary | |
|---|---|
EmptyPDFSource()
|
|
EmptyPDFSource(String name)
Construct a new empty PDF source with a given name. |
|
| Method Summary | |
|---|---|
boolean |
equals(PDFSource other)
Tests if this source is equal to another source. |
PDFContent |
getContent()
Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document. |
String |
getName()
Returns the name of the document. |
String |
getPath()
Returns the full path to the document. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyPDFSource()
public EmptyPDFSource(String name)
name - The name of the document.| Method Detail |
|---|
public boolean equals(PDFSource other)
PDFSource
equals in interface PDFSourcepublic String getName()
PDFSource
getName in interface PDFSourcepublic String getPath()
PDFSource
getPath in interface PDFSourcepublic PDFContent getContent()
PDFSource
getContent in interface PDFSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||