Package net.sf.jasperreports.engine
Interface JRDefaultStyleProvider
-
- All Known Subinterfaces:
JRReport
- All Known Implementing Classes:
JasperDesign
,JasperReport
,JRBaseFiller
,JRBaseReport
,JRHorizontalFiller
,JRVerticalFiller
,TableJasperReport
,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.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRStyle
getDefaultStyle()
Returns a default style.StyleResolver
getStyleResolver()
Returns a style resolver.
-
-
-
Method Detail
-
getDefaultStyle
JRStyle getDefaultStyle()
Returns a default style.
-
getStyleResolver
StyleResolver getStyleResolver()
Returns a style resolver.
-
-