Class FontInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.fonts.FontInfo
-
public class FontInfo extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FontInfo(FontFamily family, FontFace face, int style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FontFace
getFontFace()
FontFamily
getFontFamily()
int
getStyle()
void
setFontFace(FontFace face)
void
setFontFamily(FontFamily family)
void
setStyle(int style)
-
-
-
Constructor Detail
-
FontInfo
public FontInfo(FontFamily family, FontFace face, int style)
-
-
Method Detail
-
getFontFamily
public FontFamily getFontFamily()
-
setFontFamily
public void setFontFamily(FontFamily family)
-
getFontFace
public FontFace getFontFace()
-
setFontFace
public void setFontFace(FontFace face)
-
getStyle
public int getStyle()
-
setStyle
public void setStyle(int style)
-
-