Class FontSetFamilyInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.fonts.FontSetFamilyInfo
-
public class FontSetFamilyInfo extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FontSetFamilyInfo(FontSetFamily fontSetFamily, FontFamily fontFamily)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FontFamily
getFontFamily()
FontSetFamily
getFontSetFamily()
-
-
-
Constructor Detail
-
FontSetFamilyInfo
public FontSetFamilyInfo(FontSetFamily fontSetFamily, FontFamily fontFamily)
-
-
Method Detail
-
getFontSetFamily
public FontSetFamily getFontSetFamily()
-
getFontFamily
public FontFamily getFontFamily()
-
-