|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of this interface create FontOutput
implementations.
aXSL does not expose any methods to obtain implementations of this class.
They are used exclusively by the implementation to create FontOutput
implementations.
However client applications that wish to provide implementations of
FontOutputFactory for custom mime-types may create such implementations and
register them using FontServer.registerFontOutputFactory(FontOutputFactory)
.
Method Summary | |
FontOutput |
createFontOutput(FontUse fontUse)
Create a FontOutput implementation. |
java.lang.String |
getMimeType()
Returns the mime-type for this factory. |
Method Detail |
public FontOutput createFontOutput(FontUse fontUse) throws FontException
FontUse.getFontOutput(String)
.
fontUse
- The FontUse implementation for whom the FontOutput should
be created.
FontException
- For errors during creation of the FontOutput
instance.FontUse.getFontOutput(String)
public java.lang.String getMimeType()
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.