org.hccp.pdf
Class IndirectObject
java.lang.Object
|
+--org.hccp.pdf.IndirectObject
- All Implemented Interfaces:
- DocumentObject
- Direct Known Subclasses:
- Stream
- public class IndirectObject
- extends java.lang.Object
- implements DocumentObject
|
Constructor Summary |
IndirectObject(int objectIdentifier,
int generationNumber)
|
IndirectObject(int objectIdentifier,
int generationNumber,
org.hccp.pdf.DocumentObject value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndirectObject
public IndirectObject(int objectIdentifier,
int generationNumber,
org.hccp.pdf.DocumentObject value)
IndirectObject
public IndirectObject(int objectIdentifier,
int generationNumber)
getIndirectObjectReference
public org.hccp.pdf.IndirectObjectReference getIndirectObjectReference()
getObjectIdentifier
public org.hccp.pdf.Numeric getObjectIdentifier()
getGenerationNumber
public org.hccp.pdf.Numeric getGenerationNumber()
setValue
public void setValue(org.hccp.pdf.DocumentObject value)
getValue
public java.lang.String getValue()
- Specified by:
getValue in interface DocumentObject
getSize
public java.lang.String getSize()