fop 2.1

org.apache.fop.render.pdf.extensions
Class PDFCollectionExtension

java.lang.Object
  extended by org.apache.fop.render.pdf.extensions.PDFObjectExtension
      extended by org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
          extended by org.apache.fop.render.pdf.extensions.PDFCollectionExtension
Direct Known Subclasses:
PDFArrayExtension, PDFDictionaryExtension

public abstract class PDFCollectionExtension
extends PDFCollectionEntryExtension


Field Summary
 
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
PROPERTY_KEY
 
Constructor Summary
protected PDFCollectionExtension(PDFObjectType type)
           
 
Method Summary
abstract  void addEntry(PDFCollectionEntryExtension entry)
           
abstract  PDFCollectionEntryExtension getLastEntry()
           
 
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
getKey, setKey
 
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFObjectExtension
getElementName, getType, getValue, getValueAsBoolean, getValueAsNumber, getValueAsString, getValueAsXMLEscapedString, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFCollectionExtension

protected PDFCollectionExtension(PDFObjectType type)
Method Detail

addEntry

public abstract void addEntry(PDFCollectionEntryExtension entry)

getLastEntry

public abstract PDFCollectionEntryExtension getLastEntry()

fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.