org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper
Class GlobalStyleManager

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.GlobalStyleManager
All Implemented Interfaces:
StyleManager

public class GlobalStyleManager
extends Object
implements StyleManager

Creation-Date: 06.05.2007, 19:26:00

Author:
Thomas Morgner

Constructor Summary
GlobalStyleManager()
           
 
Method Summary
 String getGlobalStyleSheet()
          Returns the global stylesheet, or null, if no global stylesheet was built.
 org.pentaho.reporting.libraries.xmlns.common.AttributeList updateStyle(StyleBuilder styleBuilder, org.pentaho.reporting.libraries.xmlns.common.AttributeList attributeList)
          Updates the given attribute-List according to the current style rules.
 void write(Writer writer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalStyleManager

public GlobalStyleManager()
Method Detail

updateStyle

public org.pentaho.reporting.libraries.xmlns.common.AttributeList updateStyle(StyleBuilder styleBuilder,
                                                                              org.pentaho.reporting.libraries.xmlns.common.AttributeList attributeList)
Updates the given attribute-List according to the current style rules.

Specified by:
updateStyle in interface StyleManager
Parameters:
styleBuilder -
attributeList -
Returns:
the modified attribute list.

getGlobalStyleSheet

public String getGlobalStyleSheet()
Returns the global stylesheet, or null, if no global stylesheet was built.

Specified by:
getGlobalStyleSheet in interface StyleManager
Returns:

write

public void write(Writer writer)
           throws IOException
Specified by:
write in interface StyleManager
Throws:
IOException