Uses of Interface
org.jfree.svg.FontMapper
-
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.