Uses of Interface
net.sf.jasperreports.engine.fonts.FontSetFamily
-
Packages that use FontSetFamily Package Description net.sf.jasperreports.engine.fonts Provides support for font extensions. -
-
Uses of FontSetFamily in net.sf.jasperreports.engine.fonts
Classes in net.sf.jasperreports.engine.fonts that implement FontSetFamily Modifier and Type Class Description class
SimpleFontSetFamily
Methods in net.sf.jasperreports.engine.fonts that return FontSetFamily Modifier and Type Method Description FontSetFamily
FontSetFamilyInfo. getFontSetFamily()
Methods in net.sf.jasperreports.engine.fonts that return types with arguments of type FontSetFamily Modifier and Type Method Description List<FontSetFamily>
FontSet. getFamilies()
List<FontSetFamily>
SimpleFontSet. getFamilies()
Methods in net.sf.jasperreports.engine.fonts with parameters of type FontSetFamily Modifier and Type Method Description void
SimpleFontSet. addFamily(FontSetFamily fontSetFamily)
Method parameters in net.sf.jasperreports.engine.fonts with type arguments of type FontSetFamily Modifier and Type Method Description void
SimpleFontSet. setFamilies(List<FontSetFamily> families)
Constructors in net.sf.jasperreports.engine.fonts with parameters of type FontSetFamily Constructor Description FontSetFamilyInfo(FontSetFamily fontSetFamily, FontFamily fontFamily)
-