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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.StoredStyle

public class StoredStyle
extends Object


Constructor Summary
StoredStyle(StyleBuilder styleBuilder)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 void print(StringBuffer buffer, boolean compact)
           
 void print(Writer writer, boolean compact)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredStyle

public StoredStyle(StyleBuilder styleBuilder)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

print

public void print(Writer writer,
                  boolean compact)
           throws IOException
Throws:
IOException

print

public void print(StringBuffer buffer,
                  boolean compact)