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 Details

    • getDefaultStyle

      JRStyle getDefaultStyle()
      Returns a default style.
    • getStyleResolver

      StyleResolver getStyleResolver()
      Returns a style resolver.