SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.font.output.FontOutput

Packages that use FontOutput
org.axsl.font Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
org.axsl.font.output Helper interfaces useful with specific output formats, usually to assist with embedding fonts in output documents. 
 

Uses of FontOutput in org.axsl.font
 

Methods in org.axsl.font that return FontOutput
 FontOutput FontUse.getFontOutput(java.lang.String mimeType)
          Provide a FontOutput implementation for a given mime type.
 

Uses of FontOutput in org.axsl.font.output
 

Subinterfaces of FontOutput in org.axsl.font.output
 interface FontPdf
          Provides services to applications using and embedding fonts in PDF output.
 interface FontPs
          Provides services to applications using and embedding fonts in PostScript output.
 

Methods in org.axsl.font.output that return FontOutput
 FontOutput FontOutputFactory.createFontOutput(FontUse fontUse)
          Create a FontOutput implementation.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.