|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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.build(java.lang.String characterSetName,
java.lang.String codePageName,
java.lang.String encoding,
ResourceAccessor accessor)
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 |
CharacterSetBuilder.loadCodePage(java.lang.String codePage,
java.lang.String encoding,
ResourceAccessor accessor)
Load the code page information from the appropriate file. |
protected java.io.InputStream |
CharacterSetBuilder.openInputStream(ResourceAccessor accessor,
java.lang.String filename)
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.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |