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

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

public class InlineStyleManager
extends Object
implements StyleManager


Constructor Summary
InlineStyleManager()
           
 
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

InlineStyleManager

public InlineStyleManager()
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