Uses of Interface
org.jfree.svg.FontMapper
-
Packages that use FontMapper Package Description org.jfree.svg ContainsSVGGraphics2D
and supporting classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format. -
-
Uses of FontMapper in org.jfree.svg
Classes in org.jfree.svg that implement FontMapper Modifier and Type Class Description class
StandardFontMapper
A default implementation of theFontMapper
interface.Methods in org.jfree.svg that return FontMapper Modifier and Type Method Description FontMapper
SVGGraphics2D. getFontMapper()
Returns the font mapper (an object that optionally maps font family names to alternates).Methods in org.jfree.svg with parameters of type FontMapper Modifier and Type Method Description void
SVGGraphics2D. setFontMapper(FontMapper mapper)
Sets the font mapper.
-