Uses of Interface
dori.jasper.engine.JRReportFont

Packages that use JRReportFont
dori.jasper.engine   
dori.jasper.engine.base   
dori.jasper.engine.design   
dori.jasper.engine.export   
dori.jasper.engine.fill   
 

Uses of JRReportFont in dori.jasper.engine
 

Methods in dori.jasper.engine that return JRReportFont
 JRReportFont JasperPrint.getDefaultFont()
           
 JRReportFont[] JasperPrint.getFonts()
           
 JRReportFont JasperPrint.removeFont(java.lang.String name)
           
 JRReportFont JasperPrint.removeFont(JRReportFont reportFont)
           
 JRReportFont JRFont.getReportFont()
           
 JRReportFont JRDefaultFontProvider.getDefaultFont()
           
 JRReportFont[] JRReport.getFonts()
           
 

Methods in dori.jasper.engine with parameters of type JRReportFont
 void JasperPrint.setDefaultFont(JRReportFont font)
           
 void JasperPrint.addFont(JRReportFont reportFont)
           
 JRReportFont JasperPrint.removeFont(JRReportFont reportFont)
           
 

Uses of JRReportFont in dori.jasper.engine.base
 

Classes in dori.jasper.engine.base that implement JRReportFont
 class JRBaseReportFont
           
 

Fields in dori.jasper.engine.base declared as JRReportFont
protected  JRReportFont JRBaseFont.reportFont
           
protected  JRReportFont JRBaseReport.defaultFont
           
protected  JRReportFont[] JRBaseReport.fonts
           
 

Methods in dori.jasper.engine.base that return JRReportFont
 JRReportFont JRBaseFont.getReportFont()
           
 JRReportFont JRBaseReport.getDefaultFont()
           
 JRReportFont[] JRBaseReport.getFonts()
           
 

Methods in dori.jasper.engine.base with parameters of type JRReportFont
protected  JRBaseReportFont JRBaseObjectFactory.getReportFont(JRReportFont font)
           
 

Constructors in dori.jasper.engine.base with parameters of type JRReportFont
JRBaseFont(JRDefaultFontProvider defaultFontProvider, JRReportFont reportFont, JRFont font)
           
JRBaseReportFont(JRReportFont reportFont)
           
 

Uses of JRReportFont in dori.jasper.engine.design
 

Classes in dori.jasper.engine.design that implement JRReportFont
 class JRDesignReportFont
           
 

Methods in dori.jasper.engine.design that return JRReportFont
 JRReportFont[] JasperDesign.getFonts()
           
 JRReportFont JasperDesign.removeFont(java.lang.String name)
           
 JRReportFont JasperDesign.removeFont(JRReportFont reportFont)
           
 

Methods in dori.jasper.engine.design with parameters of type JRReportFont
 void JRDesignFont.setReportFont(JRReportFont reportFont)
           
 void JasperDesign.setDefaultFont(JRReportFont font)
           
 void JasperDesign.addFont(JRReportFont reportFont)
           
 JRReportFont JasperDesign.removeFont(JRReportFont reportFont)
           
 

Uses of JRReportFont in dori.jasper.engine.export
 

Methods in dori.jasper.engine.export with parameters of type JRReportFont
protected  void JRXmlExporter.exportReportFont(JRReportFont font)
           
 

Uses of JRReportFont in dori.jasper.engine.fill
 

Fields in dori.jasper.engine.fill declared as JRReportFont
protected  JRReportFont JRBaseFiller.defaultFont
           
protected  JRReportFont[] JRBaseFiller.fonts
           
 

Methods in dori.jasper.engine.fill that return JRReportFont
protected  JRReportFont[] JRFillSubreport.getFonts()
           
 JRReportFont JRBaseFiller.getDefaultFont()
           
protected  JRReportFont[] JRBaseFiller.getFonts()
           
 

Methods in dori.jasper.engine.fill with parameters of type JRReportFont
protected  JRBaseReportFont JRFillObjectFactory.getReportFont(JRReportFont font)
           
 



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