Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.StyleKeyFactory

Packages that use StyleKeyFactory
org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey The StyleKeyFactory interface and related classes. 
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter Support for writing MasterReport instances to a character stream in XML format. 
 

Uses of StyleKeyFactory in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey
 

Classes in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey that implement StyleKeyFactory
 class AbstractStyleKeyFactory
          An abstract class for implementing the StyleKeyFactory interface.
 class DefaultStyleKeyFactory
          A default implementation of the StyleKeyFactory interface.
 class PageableLayoutStyleKeyFactory
          A style key factory.
 class StyleKeyFactoryCollector
          A style key factory.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey with parameters of type StyleKeyFactory
 void StyleKeyFactoryCollector.addFactory(StyleKeyFactory factory)
          Adds a factory.
 

Uses of StyleKeyFactory in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter with parameters of type StyleKeyFactory
 void ReportWriter.addStyleKeyFactory(StyleKeyFactory skf)
          Adds a style-key factory.