Uses of Class
org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection

Packages that use StyleSheetCollection
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers   
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
 

Uses of StyleSheetCollection in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return StyleSheetCollection
 StyleSheetCollection AbstractReportDefinition.getStyleSheetCollection()
          Returns the stylesheet collection of this report.
 StyleSheetCollection ReportDefinition.getStyleSheetCollection()
          Returns the stylesheet collection of this report definition.
 

Uses of StyleSheetCollection in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers with parameters of type StyleSheetCollection
StyleExtendsReadHandler(StyleSheetCollection styleSheetCollection, ElementStyleSheet styleSheet)
           
 

Uses of StyleSheetCollection in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return StyleSheetCollection
 StyleSheetCollection ReportDefinitionImpl.getStyleSheetCollection()
          Returns the stylesheet collection of this report definition.