xmlgraphics-commons 1.2

Uses of Interface
org.apache.xmlgraphics.java2d.ps.TextHandler

Packages that use TextHandler
org.apache.xmlgraphics.java2d.ps Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files. 
 

Uses of TextHandler in org.apache.xmlgraphics.java2d.ps
 

Classes in org.apache.xmlgraphics.java2d.ps that implement TextHandler
 class StrokingTextHandler
          Default TextHandler implementation which paints text using graphics primitives (shapes).
 

Fields in org.apache.xmlgraphics.java2d.ps declared as TextHandler
protected  TextHandler PSGraphics2D.customTextHandler
          Custom text handler
protected  TextHandler PSGraphics2D.fallbackTextHandler
          Fallback text handler
 

Methods in org.apache.xmlgraphics.java2d.ps that return TextHandler
 TextHandler PSGraphics2D.getCustomTextHandler()
           
 TextHandler PSGraphics2D.getFallbackTextHandler()
           
 

Methods in org.apache.xmlgraphics.java2d.ps with parameters of type TextHandler
 void PSGraphics2D.setCustomTextHandler(TextHandler handler)
          Sets a custom TextHandler implementation that is reponsible for painting text.
 


xmlgraphics-commons 1.2

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.