net.sf.jasperreports.engine.base
Class JRBaseReportFont

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

public class JRBaseReportFont
extends JRBaseFont
implements JRReportFont

Version:
$Id: JRBaseReportFont.java,v 1.24 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
JRBaseReportFont(JRReportFont reportFont)
           
 
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.
 
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

JRBaseReportFont

public JRBaseReportFont(JRReportFont reportFont)
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


© 2001-2005 JasperSoft Corporation www.jaspersoft.com