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 classSimpleFontSetFamilyMethods in net.sf.jasperreports.engine.fonts that return FontSetFamily Modifier and Type Method Description FontSetFamilyFontSetFamilyInfo. getFontSetFamily()Methods in net.sf.jasperreports.engine.fonts that return types with arguments of type FontSetFamily Modifier and Type Method Description java.util.List<FontSetFamily>FontSet. getFamilies()java.util.List<FontSetFamily>SimpleFontSet. getFamilies()Methods in net.sf.jasperreports.engine.fonts with parameters of type FontSetFamily Modifier and Type Method Description voidSimpleFontSet. addFamily(FontSetFamily fontSetFamily)Method parameters in net.sf.jasperreports.engine.fonts with type arguments of type FontSetFamily Modifier and Type Method Description voidSimpleFontSet. setFamilies(java.util.List<FontSetFamily> families)Constructors in net.sf.jasperreports.engine.fonts with parameters of type FontSetFamily Constructor Description FontSetFamilyInfo(FontSetFamily fontSetFamily, FontFamily fontFamily)
-