Uses of Class
org.apache.fop.afp.util.AFPResourceAccessor
Packages that use AFPResourceAccessor
Package
Description
Contains an AFP library.
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
An AFP Renderer implementation and supporting classes.
-
Uses of AFPResourceAccessor in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type AFPResourceAccessorModifier and TypeMethodDescriptionvoid
AFPResourceManager.createIncludedResource
(String resourceName, URI uri, AFPResourceAccessor accessor, byte resourceObjectType, boolean truetype, String ttc) Creates an included resource object by loading the contained object from a file.void
AFPResourceManager.createIncludedResource
(String resourceName, AFPResourceAccessor accessor, byte resourceObjectType) Creates an included resource object by loading the contained object from a file.void
AFPResourceManager.createIncludedResourceFromExternal
(String resourceName, 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
Fields in org.apache.fop.afp.fonts declared as AFPResourceAccessorModifier and TypeFieldDescriptionprivate final AFPResourceAccessor
CharacterSet.accessor
The path to the installed fontsMethods in org.apache.fop.afp.fonts that return AFPResourceAccessorModifier and TypeMethodDescriptionCharacterSet.getResourceAccessor()
Returns the resource accessor to load the font resources with.Methods in org.apache.fop.afp.fonts with parameters of type AFPResourceAccessorModifier and TypeMethodDescriptionCharacterSetBuilder.build
(String characterSetName, String codePageName, String encoding, Typeface typeface, AFPResourceAccessor accessor, AFPEventProducer eventProducer) CharacterSetBuilder.buildDBCS
(String characterSetName, String codePageName, 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.CharacterSetBuilder.buildSBCS
(String characterSetName, String codePageName, 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.CharacterSetBuilder.DoubleByteLoader.loadCodePage
(String codePage, String encoding, AFPResourceAccessor accessor, AFPEventProducer eventProducer) CharacterSetBuilder.loadCodePage
(String codePage, String encoding, AFPResourceAccessor accessor, AFPEventProducer eventProducer) Load the code page information from the appropriate file.private InputStream
CharacterSetBuilder.openInputStream
(AFPResourceAccessor accessor, String uriStr, AFPEventProducer eventProducer) Returns an InputStream to a given file path and filenameprivate CharacterSet
CharacterSetBuilder.processFont
(String characterSetName, String codePageName, String encoding, CharacterSetType charsetType, AFPResourceAccessor accessor, AFPEventProducer eventProducer) Constructors in org.apache.fop.afp.fonts with parameters of type AFPResourceAccessorModifierConstructorDescription(package private)
CharacterSet
(String codePage, String encoding, CharacterSetType charsetType, String name, AFPResourceAccessor accessor, AFPEventProducer eventProducer) Constructor for the CharacterSetMetric object, the character set is used to load the font information from the actual AFP font.FopCharacterSet
(String codePage, String encoding, String name, Typeface charSet, AFPResourceAccessor accessor, AFPEventProducer eventProducer) -
Uses of AFPResourceAccessor in org.apache.fop.afp.modca
Fields in org.apache.fop.afp.modca declared as AFPResourceAccessorModifier and TypeFieldDescriptionprivate final AFPResourceAccessor
IncludedResourceObject.resourceAccessor
Constructors in org.apache.fop.afp.modca with parameters of type AFPResourceAccessorModifierConstructorDescriptionIncludedResourceObject
(String name, AFPResourceAccessor resourceAccessor, URI uri) Main constructor. -
Uses of AFPResourceAccessor in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return AFPResourceAccessorModifier and TypeMethodDescription(package private) AFPResourceAccessor
AFPFontConfig.AFPFontConfigData.getAccessor
(InternalResourceResolver resourceResolver)