SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.fontR.FontConsumer

Packages that use FontConsumer
org.axsl.areaR Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document. 
org.axsl.areaW Interfaces useful in the creation of an AreaTree. 
org.axsl.fontR Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
org.axsl.foR Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. 
org.axsl.output Interfaces useful in the creation of an output document. 
org.axsl.pdfW Interfaces allowing client applications to use create PDF documents in a vendor-neutral way. 
org.axsl.text Interfaces useful for various text processing tasks. 
 

Uses of FontConsumer in org.axsl.areaR
 

Methods in org.axsl.areaR that return FontConsumer
 FontConsumer AreaNode.getFontConsumer()
          Returns the FontConsumer instance for this AreaTree.
 

Uses of FontConsumer in org.axsl.areaW
 

Methods in org.axsl.areaW that return FontConsumer
 FontConsumer AreaNode.getFontConsumer()
          Returns the FontConsumer instance used by this AreaTree.
 

Uses of FontConsumer in org.axsl.fontR
 

Methods in org.axsl.fontR that return FontConsumer
 FontConsumer FontUse.getFontConsumer()
          Returns the FontConsumer for whom this FontUse exists.
 FontConsumer FontServer.makeFontConsumer()
          Creates an implementation-specific FontConsumer instance.
 

Uses of FontConsumer in org.axsl.foR
 

Methods in org.axsl.foR that return FontConsumer
 FontConsumer FObj.getFontConsumer()
          Convenience method for obtaining the FontConsumer for this document.
 

Methods in org.axsl.foR with parameters of type FontConsumer
 void FOTree.setFontConsumer(FontConsumer consumer)
          Allows the client application to set the FontConsumer which should be used during FO tree parsing or building.
 

Uses of FontConsumer in org.axsl.output
 

Methods in org.axsl.output with parameters of type FontConsumer
 void OutputTarget.setFontConsumer(FontConsumer fontConsumer)
          Sets the FontConsumer to be used for this output.
 

Uses of FontConsumer in org.axsl.pdfW
 

Methods in org.axsl.pdfW with parameters of type FontConsumer
 void PDFContentStream.drawSVGDocument(org.w3c.dom.svg.SVGDocument doc, java.awt.geom.Rectangle2D.Float contentRectangle, java.awt.geom.Rectangle2D.Float clipRectangle, FontConsumer fontConsumer, boolean strokeSVGText)
          Draws an SVG graphic at the current location in the content stream.
 

Uses of FontConsumer in org.axsl.text
 

Methods in org.axsl.text with parameters of type FontConsumer
 EagerLineBreaker TextServer.provideEagerLineBreaker(LineBreakControl control, LineBreakHandler handler, FontConsumer fontConsumer)
          Returns a LineBreaker instance that can be used by the client to compute line-breaks.
 PatientLineBreaker TextServer.providePatientLineBreaker(LineBreakControl control, LineBreakHandler handler, FontConsumer fontConsumer)
          Returns a LineBreaker instance that can be used by the client to compute line-breaks.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.