net.sf.jasperreports.engine
Interface JRDefaultFontProvider
- All Known Subinterfaces:
- JRDefaultStyleProvider, JRReport, JRTemplate
- All Known Implementing Classes:
- JasperDesign, JasperReport, JRBaseFiller, JRBaseReport, JRHorizontalFiller, JRSimpleTemplate, JRVerticalFiller
public interface JRDefaultFontProvider
An interface that provides a default font when none is specified. All classes that might need to return a default font
if one is not specified will implement this interface.
- Version:
- $Id: JRDefaultFontProvider.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu ([email protected])
getDefaultFont
JRReportFont getDefaultFont()
- Returns a default font.
Copyright © 2010. All Rights Reserved.