Class SimpleFontSet
java.lang.Object
net.sf.jasperreports.engine.fonts.SimpleFontSet
- All Implemented Interfaces:
Cloneable,FontSet,JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFamily(FontSetFamily fontSetFamily) clone()getExportFont(String key) getName()voidsetExportFonts(Map<String, String> exportFonts) voidsetFamilies(List<FontSetFamily> families) void
-
Constructor Details
-
SimpleFontSet
public SimpleFontSet()
-
-
Method Details
-
getName
-
setName
-
getFamilies
- Specified by:
getFamiliesin interfaceFontSet
-
setFamilies
-
addFamily
-
getExportFonts
-
setExportFonts
-
getExportFont
- Specified by:
getExportFontin interfaceFontSet
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-