net.sf.jasperreports.engine.fonts
Class FontInfo

java.lang.Object
  extended by net.sf.jasperreports.engine.fonts.FontInfo

public class FontInfo
extends java.lang.Object

Version:
$Id: FontInfo.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
FontInfo(FontFamily family, FontFace face, int style)
           
 
Method Summary
 FontFace getFontFace()
           
 FontFamily getFontFamily()
           
 int getStyle()
           
 void setFontFace(FontFace face)
           
 void setFontFamily(FontFamily family)
           
 void setStyle(int style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com