Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ResourceAccessor |
CharacterSet.getResourceAccessor()
Returns the resource accessor to load the font resources with.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
IncludedResourceObject(java.lang.String name,
ResourceAccessor resourceAccessor,
java.net.URI uri)
Main constructor.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.