org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey
Class DefaultStyleKeyFactory

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.AbstractStyleKeyFactory
      extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.DefaultStyleKeyFactory
All Implemented Interfaces:
Serializable, StyleKeyFactory

public class DefaultStyleKeyFactory
extends AbstractStyleKeyFactory

A default implementation of the StyleKeyFactory interface. This implementation contains all stylekeys from the ElementStyleSheet, the BandStyleSheet and the ShapeElement stylesheet.

If available, the excel stylesheets will also be loaded.

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.AbstractStyleKeyFactory
OBJECT_FACTORY_TAG
 
Constructor Summary
DefaultStyleKeyFactory()
          Creates a new factory.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.AbstractStyleKeyFactory
addKey, createBasicObject, equals, getRegisteredKeys, getStyleKey, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStyleKeyFactory

public DefaultStyleKeyFactory()
Creates a new factory.