|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
public class PDFDictionary
Class representing a PDF dictionary object
Field Summary | |
---|---|
protected java.util.Map |
entries
the entry map |
protected java.util.List |
order
maintains the order of the entries added to the entry map. |
Fields inherited from class org.apache.fop.pdf.PDFObject |
---|
DATE_FORMAT, log |
Constructor Summary | |
---|---|
PDFDictionary()
Create a new dictionary object. |
|
PDFDictionary(PDFObject parent)
Create a new dictionary object. |
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String name)
Returns the value given a name. |
protected int |
output(java.io.OutputStream stream)
Write the PDF represention of this object |
void |
put(java.lang.String name,
int value)
Puts a new name/value pair. |
void |
put(java.lang.String name,
java.lang.Object value)
Puts a new name/value pair. |
protected void |
writeDictionary(java.io.OutputStream out,
java.io.Writer writer)
Writes the contents of the dictionary to a StringBuffer. |
Methods inherited from class org.apache.fop.pdf.PDFObject |
---|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map entries
protected java.util.List order
Constructor Detail |
---|
public PDFDictionary()
public PDFDictionary(PDFObject parent)
parent
- the object's parent if anyMethod Detail |
---|
public void put(java.lang.String name, java.lang.Object value)
name
- the namevalue
- the valuepublic void put(java.lang.String name, int value)
name
- the namevalue
- the valuepublic java.lang.Object get(java.lang.String name)
name
- the name of the value
protected int output(java.io.OutputStream stream) throws java.io.IOException
output
in class PDFObject
stream
- the stream to write the PDF to
java.io.IOException
- if there is an error writing to the streamprotected void writeDictionary(java.io.OutputStream out, java.io.Writer writer) throws java.io.IOException
out
- the OutputStream (for binary content)writer
- the Writer (for text content, wraps the above OutputStream)
java.io.IOException
- if an I/O error occurs
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |