net.sf.jasperreports.engine.design
Class JRDesignReportFont

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseFont
      extended bynet.sf.jasperreports.engine.design.JRDesignFont
          extended bynet.sf.jasperreports.engine.design.JRDesignReportFont
All Implemented Interfaces:
JRFont, JRReportFont, java.io.Serializable

public class JRDesignReportFont
extends JRDesignFont
implements JRReportFont

Version:
$Id: JRDesignReportFont.java,v 1.23 2005/10/09 21:34:26 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  boolean isDefault
           
protected  java.lang.String name
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseFont
attributes, defaultFontProvider, fontName, isBold, isCachingAttributes, isItalic, isPdfEmbedded, isStrikeThrough, isUnderline, pdfEncoding, pdfFontName, reportFont, size
 
Constructor Summary
JRDesignReportFont()
           
 
Method Summary
 java.lang.String getName()
          Gets the font unique name.
 boolean isDefault()
          Gets a flag that specifies if this is the default report font.
 void setDefault(boolean isDefault)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class net.sf.jasperreports.engine.design.JRDesignFont
setDefaultFontProvider, setReportFont
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseFont
getAttributes, getDefaultFontProvider, getFontName, getNonPdfAttributes, getOwnFontName, getOwnPdfEncoding, getOwnPdfFontName, getOwnSize, getPdfEncoding, getPdfFontName, getReportFont, getSize, isBold, isCachingAttributes, isItalic, isOwnBold, isOwnItalic, isOwnPdfEmbedded, isOwnStrikeThrough, isOwnUnderline, isPdfEmbedded, isStrikeThrough, isUnderline, setBold, setBold, setCachingAttributes, setFontName, setItalic, setItalic, setPdfEmbedded, setPdfEmbedded, setPdfEncoding, setPdfFontName, setSize, setSize, setStrikeThrough, setStrikeThrough, setUnderline, setUnderline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRFont
getAttributes, getFontName, getNonPdfAttributes, getOwnFontName, getOwnPdfEncoding, getOwnPdfFontName, getOwnSize, getPdfEncoding, getPdfFontName, getReportFont, getSize, isBold, isCachingAttributes, isItalic, isOwnBold, isOwnItalic, isOwnPdfEmbedded, isOwnStrikeThrough, isOwnUnderline, isPdfEmbedded, isStrikeThrough, isUnderline, setBold, setFontName, setItalic, setPdfEmbedded, setPdfEncoding, setPdfFontName, setSize, setStrikeThrough, setUnderline
 

Field Detail

name

protected java.lang.String name

isDefault

protected boolean isDefault
Constructor Detail

JRDesignReportFont

public JRDesignReportFont()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: JRReportFont
Gets the font unique name.

Specified by:
getName in interface JRReportFont

isDefault

public boolean isDefault()
Description copied from interface: JRReportFont
Gets a flag that specifies if this is the default report font.

Specified by:
isDefault in interface JRReportFont

setName

public void setName(java.lang.String name)

setDefault

public void setDefault(boolean isDefault)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com