Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.StyleKeyFactory
-
Packages that use StyleKeyFactory Package Description org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey org.pentaho.reporting.engine.classic.core.modules.parser.extwriter -
-
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 Modifier and Type Class Description class
AbstractStyleKeyFactory
An abstract class for implementing theStyleKeyFactory
interface.class
DefaultStyleKeyFactory
A default implementation of theStyleKeyFactory
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 Modifier and Type Method Description 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 Modifier and Type Method Description void
ReportWriter. addStyleKeyFactory(StyleKeyFactory skf)
Adds a style-key factory.
-