Uses of Interface
org.jfree.svg.FontMapper
-
Packages that use FontMapper Package Description org.jfree.svg ContainsSVGGraphics2Dand 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 classStandardFontMapperA default implementation of theFontMapperinterface.Methods in org.jfree.svg that return FontMapper Modifier and Type Method Description FontMapperSVGGraphics2D. 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 voidSVGGraphics2D. setFontMapper(FontMapper mapper)Sets the font mapper.
-