net.sf.jasperreports.engine
Interface JRDefaultStyleProvider

All Known Subinterfaces:
JRReport, JRTemplate
All Known Implementing Classes:
JasperDesign, JasperReport, JRBaseFiller, JRBaseReport, JRHorizontalFiller, JRSimpleTemplate, JRVerticalFiller, TableReport

public interface JRDefaultStyleProvider

An interface that provides a default style when none is specified. All classes that might need to return a default style if one is not specified will implement this interface.

Version:
$Id: JRDefaultStyleProvider.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu ([email protected])

Method Summary
 JRStyle getDefaultStyle()
          Returns a default style.
 

Method Detail

getDefaultStyle

JRStyle getDefaultStyle()
Returns a default style.



Copyright © 2011. All Rights Reserved.