fop 1.1

Uses of Interface
org.apache.fop.afp.util.ResourceAccessor

Packages that use ResourceAccessor
org.apache.fop.afp Contains an AFP library. 
org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects. 
org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. 
org.apache.fop.afp.util Contains a collection of useful AFP utility classes. 
 

Uses of ResourceAccessor in org.apache.fop.afp
 

Methods in org.apache.fop.afp with parameters of type ResourceAccessor
 void AFPResourceManager.createIncludedResource(java.lang.String resourceName, ResourceAccessor accessor, byte resourceObjectType)
          Creates an included resource object by loading the contained object from a file.
 void AFPResourceManager.createIncludedResource(java.lang.String resourceName, java.net.URI uri, ResourceAccessor accessor, byte resourceObjectType)
          Creates an included resource object by loading the contained object from a file.
 void AFPResourceManager.createIncludedResourceFromExternal(java.lang.String resourceName, java.net.URI uri, ResourceAccessor accessor)
          Creates an included resource extracting the named resource from an external source.
 

Uses of ResourceAccessor in org.apache.fop.afp.fonts
 

Methods in org.apache.fop.afp.fonts that return ResourceAccessor
 ResourceAccessor CharacterSet.getResourceAccessor()
          Returns the resource accessor to load the font resources with.
 

Methods in org.apache.fop.afp.fonts with parameters of type ResourceAccessor
 CharacterSet CharacterSetBuilder.buildDBCS(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, CharacterSetType charsetType, ResourceAccessor accessor, AFPEventProducer eventProducer)
          Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.
 CharacterSet CharacterSetBuilder.buildSBCS(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, ResourceAccessor accessor, AFPEventProducer eventProducer)
          Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.
protected  java.util.Map<java.lang.String,java.lang.String> CharacterSetBuilder.loadCodePage(java.lang.String codePage, java.lang.String encoding, ResourceAccessor accessor, AFPEventProducer eventProducer)
          Load the code page information from the appropriate file.
protected  java.io.InputStream CharacterSetBuilder.openInputStream(ResourceAccessor accessor, java.lang.String filename, AFPEventProducer eventProducer)
          Returns an InputStream to a given file path and filename * @param accessor the resource accessor
 

Uses of ResourceAccessor in org.apache.fop.afp.modca
 

Constructors in org.apache.fop.afp.modca with parameters of type ResourceAccessor
IncludedResourceObject(java.lang.String name, ResourceAccessor resourceAccessor, java.net.URI uri)
          Main constructor.
 

Uses of ResourceAccessor in org.apache.fop.afp.util
 

Classes in org.apache.fop.afp.util that implement ResourceAccessor
 class DefaultFOPResourceAccessor
          Default implementation of the ResourceAccessor interface for use inside FOP.
 class SimpleResourceAccessor
          Simple implementation of the ResourceAccessor interface for access relative to a base URI.
 


fop 1.1

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