fop 0.94

Uses of Interface
org.apache.fop.fo.extensions.ExtensionAttachment

Packages that use ExtensionAttachment
org.apache.fop.area FOP's area tree. 
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.extensions.xmp Extension classes which handles XMP metadata
org.apache.fop.render.afp.extensions   
org.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer. 
 

Uses of ExtensionAttachment in org.apache.fop.area
 

Methods in org.apache.fop.area that return ExtensionAttachment
 ExtensionAttachment OffDocumentExtensionAttachment.getAttachment()
           
 

Methods in org.apache.fop.area with parameters of type ExtensionAttachment
 void PageViewport.addExtensionAttachment(ExtensionAttachment attachment)
          Adds a new ExtensionAttachment instance to this page.
 

Constructors in org.apache.fop.area with parameters of type ExtensionAttachment
OffDocumentExtensionAttachment(ExtensionAttachment attachment)
          Main constructor
 

Uses of ExtensionAttachment in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return ExtensionAttachment
 ExtensionAttachment FONode.getExtensionAttachment()
          This method is overridden by extension elements and allows the extension element to return a pass-through attachment which the parent formatting objects should simply carry with them but otherwise ignore.
 

Methods in org.apache.fop.fo with parameters of type ExtensionAttachment
 void FObj.addExtensionAttachment(ExtensionAttachment attachment)
          Add a new extension attachment to this FObj.
 

Uses of ExtensionAttachment in org.apache.fop.fo.extensions.xmp
 

Classes in org.apache.fop.fo.extensions.xmp that implement ExtensionAttachment
 class XMPMetadata
          This is the pass-through value object for the XMP metadata extension.
 

Methods in org.apache.fop.fo.extensions.xmp that return ExtensionAttachment
 ExtensionAttachment AbstractMetadataElement.getExtensionAttachment()
           
 

Uses of ExtensionAttachment in org.apache.fop.render.afp.extensions
 

Classes in org.apache.fop.render.afp.extensions that implement ExtensionAttachment
 class AFPPageSetup
          This is the pass-through value object for the PostScript extension.
 

Methods in org.apache.fop.render.afp.extensions that return ExtensionAttachment
 ExtensionAttachment AbstractAFPExtensionObject.getExtensionAttachment()
           
 

Uses of ExtensionAttachment in org.apache.fop.render.ps.extensions
 

Classes in org.apache.fop.render.ps.extensions that implement ExtensionAttachment
 class PSSetupCode
          This is the pass-through value object for the PostScript extension.
 

Methods in org.apache.fop.render.ps.extensions that return ExtensionAttachment
 ExtensionAttachment AbstractPSExtensionObject.getExtensionAttachment()
           
 


fop 0.94

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