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
Modifier and TypeMethodDescriptionReturns a default style.Returns a style resolver.
-
Method Details
-
getDefaultStyle
JRStyle getDefaultStyle()Returns a default style. -
getStyleResolver
StyleResolver getStyleResolver()Returns a style resolver.
-