org.hccp.pdf
Class ObjectArray

java.lang.Object
  |
  +--org.hccp.pdf.ObjectArray
All Implemented Interfaces:
DocumentObject

public class ObjectArray
extends java.lang.Object
implements DocumentObject


Constructor Summary
ObjectArray()
           
ObjectArray(org.hccp.pdf.DocumentObject[] adocumentobject)
           
 
Method Summary
 void addElement(org.hccp.pdf.DocumentObject documentobject)
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectArray

public ObjectArray()

ObjectArray

public ObjectArray(org.hccp.pdf.DocumentObject[] adocumentobject)
Method Detail

addElement

public void addElement(org.hccp.pdf.DocumentObject documentobject)

getValue

public java.lang.String getValue()
Specified by:
getValue in interface DocumentObject