|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.andynaz.irex.dr1000.DR1000PdfDoc
public class DR1000PdfDoc
Represent a DR1000 PDF file. An object of that kind is associated with a path to a PDF file.
Field Summary | |
---|---|
private File |
filePath
|
private Map<Integer,Page> |
pageMap
|
Constructor Summary | |
---|---|
private |
DR1000PdfDoc(String file)
|
Method Summary | |
---|---|
private void |
createPageMap()
|
File |
getFile()
Return the PDF file. |
String |
getFileName()
Return the name of the PDF file. |
static DR1000PdfDoc |
getInstance(String file)
Creates a DR1000PdfDoc object. |
(package private) void |
merge(String outFilePath)
|
(package private) void |
report()
Deprecated. only for debug pourpose, will be removed in the next releases |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private File filePath
private Map<Integer,Page> pageMap
Constructor Detail |
---|
private DR1000PdfDoc(String file)
Method Detail |
---|
public static DR1000PdfDoc getInstance(String file)
file
- path to the PDF file
public String getFileName()
public File getFile()
void merge(String outFilePath) throws Exception
Exception
void report() throws Exception
Exception
private void createPageMap() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |