|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.pdf.PDFObject
This class defines the base for the all the PDF objects
| Constructor Summary | |
PDFObject()
The default constructor |
|
PDFObject(java.lang.String type)
Constructs PDFObject with specified type |
|
| Method Summary | |
int |
getPDFObjectID()
Method which returns the PDF Object ID |
java.lang.String |
getPDFObjectRefStr()
Method which returns the indirect refrence string for this PDF object |
java.lang.String |
getPDFObjectType()
Method which returns the PDF Object Type |
void |
setPDFObjectID(int i)
Method which sets the object id |
void |
setPDFObjectType(java.lang.String type)
Method which sets the object type for the PDF object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PDFObject()
public PDFObject(java.lang.String type)
type - The type of the object| Method Detail |
public java.lang.String getPDFObjectRefStr()
public void setPDFObjectID(int i)
i - The object idpublic int getPDFObjectID()
public void setPDFObjectType(java.lang.String type)
public java.lang.String getPDFObjectType()
|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||