|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdori.jasper.engine.base.JRBaseFont
dori.jasper.engine.design.JRDesignFont
dori.jasper.engine.design.JRDesignReportFont
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 |
protected java.lang.String name
protected boolean isDefault
Constructor Detail |
public JRDesignReportFont()
Method Detail |
public java.lang.String getName()
getName
in interface JRReportFont
public boolean isDefault()
isDefault
in interface JRReportFont
public void setName(java.lang.String name)
public void setDefault(boolean isDefault)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |