dori.jasper.engine.base
Class JRBaseReportFont

java.lang.Object
  extended bydori.jasper.engine.base.JRBaseFont
      extended bydori.jasper.engine.base.JRBaseReportFont
All Implemented Interfaces:
JRFont, JRReportFont, java.io.Serializable

public class JRBaseReportFont
extends JRBaseFont
implements JRReportFont

See Also:
Serialized Form

Field Summary
protected  boolean isDefault
           
protected  java.lang.String name
           
 
Fields inherited from class dori.jasper.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()
           
 boolean isDefault()
           
 
Methods inherited from class dori.jasper.engine.base.JRBaseFont
getAttributes, getDefaultFontProvider, getFontName, 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 dori.jasper.engine.JRFont
getAttributes, getFontName, 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()
Specified by:
getName in interface JRReportFont

isDefault

public boolean isDefault()
Specified by:
isDefault in interface JRReportFont


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.