|
fop svn-trunk | |||||||||
| 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. |
| 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. |
| Constructors in org.apache.fop.afp.fonts with parameters of type ResourceAccessor | |
|---|---|
CharacterSet(java.lang.String codePage,
java.lang.String encoding,
java.lang.String name,
ResourceAccessor accessor)
Constructor for the CharacterSetMetric object, the character set is used to load the font information from the actual AFP font. |
|
| 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 svn-trunk | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||