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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection
All Implemented Interfaces:
Serializable, Cloneable

Deprecated. This will go away. Do not use it, do not reference it, just stay out of here.

public class StyleSheetCollection
extends Object
implements Cloneable, Serializable

The stylesheet collection manages all global stylesheets. It does not contain the element stylesheets.

The stylesheet collection does not accept foreign stylesheets.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
StyleSheetCollection()
          Deprecated. DefaultConstructor.
 
Method Summary
 Object clone()
          Deprecated.  
 ElementStyleSheet createStyleSheet(String name)
          Deprecated.  
 String[] getStyleNames()
          Deprecated.  
 ElementStyleSheet getStyleSheet(String name)
          Deprecated.  
 ElementStyleSheet getStyleSheetByID(InstanceID name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSheetCollection

public StyleSheetCollection()
Deprecated. 
DefaultConstructor.

Method Detail

createStyleSheet

public ElementStyleSheet createStyleSheet(String name)
Deprecated. 
Throws:
NullPointerException - if the given stylesheet is null.

getStyleSheet

public ElementStyleSheet getStyleSheet(String name)
Deprecated. 

getStyleSheetByID

public ElementStyleSheet getStyleSheetByID(InstanceID name)
Deprecated. 

getStyleNames

public String[] getStyleNames()
Deprecated. 

clone

public Object clone()
             throws CloneNotSupportedException
Deprecated. 
Overrides:
clone in class Object
Throws:
CloneNotSupportedException