fop 2.2

Uses of Class
org.apache.fop.afp.util.AFPResourceAccessor

Packages that use AFPResourceAccessor
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. 
 

Uses of AFPResourceAccessor in org.apache.fop.afp
 

Methods in org.apache.fop.afp with parameters of type AFPResourceAccessor
 void AFPResourceManager.createIncludedResource(java.lang.String resourceName, AFPResourceAccessor 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, AFPResourceAccessor accessor, byte resourceObjectType, boolean truetype, java.lang.String ttc)
          Creates an included resource object by loading the contained object from a file.
 void AFPResourceManager.createIncludedResourceFromExternal(java.lang.String resourceName, java.net.URI uri, AFPResourceAccessor accessor)
          Creates an included resource extracting the named resource from an external source.
 

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

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

Methods in org.apache.fop.afp.fonts with parameters of type AFPResourceAccessor
 CharacterSet CharacterSetBuilder.build(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, Typeface typeface, AFPResourceAccessor accessor, AFPEventProducer eventProducer)
           
 CharacterSet CharacterSetBuilder.buildDBCS(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, CharacterSetType charsetType, AFPResourceAccessor 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, AFPResourceAccessor 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, AFPResourceAccessor accessor, AFPEventProducer eventProducer)
          Load the code page information from the appropriate file.
 

Constructors in org.apache.fop.afp.fonts with parameters of type AFPResourceAccessor
FopCharacterSet(java.lang.String codePage, java.lang.String encoding, java.lang.String name, Typeface charSet, AFPResourceAccessor accessor, AFPEventProducer eventProducer)
           
 

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

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


fop 2.2

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