SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.font.FontConsumer

Packages that use FontConsumer
org.axsl.area Interfaces useful in the creation of an AreaTree that is backed by an FOTree. 
org.axsl.fo 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.font Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
org.axsl.galley Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document. 
org.axsl.graphic Interfaces allowing client applications to use graphics in a vendor-neutral way. 
org.axsl.output Interfaces useful in the creation of an output document. 
org.axsl.pdf Interfaces allowing client applications to create PDF documents in a vendor-neutral way. 
org.axsl.text Interfaces useful for various text processing tasks. 
 

Uses of FontConsumer in org.axsl.area
 

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

Uses of FontConsumer in org.axsl.fo
 

Methods in org.axsl.fo that return FontConsumer
 FontConsumer FoTree.getFontConsumer()
          Return the FontConsumer for this tree.
 

Methods in org.axsl.fo 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.font
 

Methods in org.axsl.font 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.galley
 

Methods in org.axsl.galley that return FontConsumer
 FontConsumer Galley.getFontConsumer()
          Returns the FontConsumer instance for this document.
 

Uses of FontConsumer in org.axsl.graphic
 

Methods in org.axsl.graphic with parameters of type FontConsumer
 void SvgGraphic.drawPdfStreamContent(java.io.OutputStream output, GraphicPdfContext pdfContext, FontConsumer fontConsumer, boolean strokeText)
          Draws the SVG into the content of a PDF document.
 void SvgGraphic.drawPs(java.io.OutputStream output, FontConsumer fontConsumer, boolean strokeText, boolean commentsEnabled)
          Draws the SVG into a PostScript document.
 

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.pdf
 

Methods in org.axsl.pdf with parameters of type FontConsumer
 void PdfContentStream.drawGraphic(Graphic graphic, java.awt.geom.Rectangle2D.Float contentRectangle, java.awt.geom.Rectangle2D.Float clipRectangle, FontConsumer fontConsumer, boolean strokeText)
          Draws a graphic 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.2

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