dori.jasper.engine.design
Class JRDesignReportFont

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

public class JRDesignReportFont
extends JRDesignFont
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
JRDesignReportFont()
           
 
Method Summary
 java.lang.String getName()
           
 boolean isDefault()
           
 void setDefault(boolean isDefault)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class dori.jasper.engine.design.JRDesignFont
setDefaultFontProvider, setReportFont
 
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

JRDesignReportFont

public JRDesignReportFont()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface JRReportFont

isDefault

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

setName

public void setName(java.lang.String name)

setDefault

public void setDefault(boolean isDefault)


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