|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.module.pdf.PdfObject
edu.harvard.hul.ois.jhove.module.pdf.PdfArray
public class PdfArray
A representation of a PDF array object.
Field Summary |
---|
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.PdfObject |
---|
_genNumber, _objNumber |
Constructor Summary | |
---|---|
PdfArray()
Creates a PdfArray object with empty contents. |
|
PdfArray(int objNumber,
int genNumber)
Creates a PdfArray object. |
Method Summary | |
---|---|
void |
add(PdfObject obj)
Adds an object to the array. |
java.util.Vector<PdfObject> |
getContent()
Return the contents of the array as a Vector. |
boolean |
isPdfACompliant()
Report if it's within implementation limits defined for PDF/A. |
java.lang.String |
toPipeline()
Concatenate the elements, if they are PdfSimpleObjects, into a string separated by spaces. |
double[] |
toRectangle()
Attempts to convert this Array to a PDF rectangle. |
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.PdfObject |
---|
getGenNumber, getObjNumber, setGenNumber, setObjNumber |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfArray(int objNumber, int genNumber)
objNumber
- The PDF object numbergenNumber
- The PDF generation numberpublic PdfArray()
Method Detail |
---|
public void add(PdfObject obj)
public java.util.Vector<PdfObject> getContent()
public boolean isPdfACompliant()
public java.lang.String toPipeline()
public double[] toRectangle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |