Uses of Interface
org.jfree.graphics2d.svg.FontMapper

Packages that use FontMapper
org.jfree.graphics2d.svg Contains SVGGraphics2D and supporting classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format. 
 

Uses of FontMapper in org.jfree.graphics2d.svg
 

Classes in org.jfree.graphics2d.svg that implement FontMapper
 class StandardFontMapper
          A default implementation of the FontMapper interface.
 

Methods in org.jfree.graphics2d.svg that return FontMapper
 FontMapper SVGGraphics2D.getFontMapper()
          Returns the font mapper (an object that optionally maps font family names to alternates).
 

Methods in org.jfree.graphics2d.svg with parameters of type FontMapper
 void SVGGraphics2D.setFontMapper(FontMapper mapper)
          Sets the font mapper.
 



Copyright © 2015. All rights reserved.