|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.DefaultFontResolver
Default FontResolver implementation which uses the FOUserAgent to resolve font URIs.
Constructor Summary | |
DefaultFontResolver(FOUserAgent userAgent)
Main constructor. |
Method Summary | |
javax.xml.transform.Source |
resolve(java.lang.String href)
Called to resolve an URI to a Source instance. The base URI needed by the URIResolver's resolve() method is defined to be implicitly available in this case. If the URI cannot be resolved, null is returned and it is assumed that the FontResolver implementation already warned the user about the problem. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultFontResolver(FOUserAgent userAgent)
userAgent
- the user agentMethod Detail |
public javax.xml.transform.Source resolve(java.lang.String href)
resolve
in interface FontResolver
href
- An href attribute, which may be relative or absolute.
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |