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.
|
Modifier and Type | Method | Description |
---|---|---|
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.createIncludedResource(java.lang.String resourceName,
AFPResourceAccessor 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,
AFPResourceAccessor accessor) |
Creates an included resource extracting the named resource from an external source.
|
Modifier and Type | Method | Description |
---|---|---|
AFPResourceAccessor |
CharacterSet.getResourceAccessor() |
Returns the resource accessor to load the font resources with.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Constructor | Description |
---|---|
FopCharacterSet(java.lang.String codePage,
java.lang.String encoding,
java.lang.String name,
Typeface charSet,
AFPResourceAccessor accessor,
AFPEventProducer eventProducer) |
Constructor | Description |
---|---|
IncludedResourceObject(java.lang.String name,
AFPResourceAccessor resourceAccessor,
java.net.URI uri) |
Main constructor.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.