Uses of Interface
org.jfree.graphics2d.svg.FontMapper
Packages that use FontMapper
Package
Description
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 FontMapperMethods in org.jfree.graphics2d.svg that return FontMapperModifier and TypeMethodDescriptionSVGGraphics2D.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 FontMapperModifier and TypeMethodDescriptionvoidSVGGraphics2D.setFontMapper(FontMapper mapper) Sets the font mapper.