org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper
Interface StyleBuilder

All Known Implementing Classes:
DefaultStyleBuilder, FilterStyleBuilder

public interface StyleBuilder


Nested Class Summary
static class StyleBuilder.CSSKeys
           
static class StyleBuilder.StyleCarrier
           
 
Method Summary
 void append(StyleBuilder.CSSKeys key, String value)
           
 void append(StyleBuilder.CSSKeys key, String value, boolean replace)
           
 void append(StyleBuilder.CSSKeys key, String value, String unit)
           
 void append(StyleBuilder.CSSKeys key, String value, String unit, boolean replace)
           
 void appendRaw(StyleBuilder.CSSKeys key, String value)
           
 void clear()
           
 NumberFormat getPointConverter()
           
 boolean isEmpty()
           
 void print(Writer writer, boolean compact)
           
 String printCornerAsCSS(BorderCorner edge)
           
 String printEdgeAsCSS(BorderEdge edge)
           
 StyleBuilder.StyleCarrier[] toArray()
           
 String toString()
           
 String toString(boolean compact)
           
 

Method Detail

clear

void clear()

append

void append(StyleBuilder.CSSKeys key,
            String value)

appendRaw

void appendRaw(StyleBuilder.CSSKeys key,
               String value)

append

void append(StyleBuilder.CSSKeys key,
            String value,
            String unit)

append

void append(StyleBuilder.CSSKeys key,
            String value,
            boolean replace)

append

void append(StyleBuilder.CSSKeys key,
            String value,
            String unit,
            boolean replace)

toString

String toString()
Overrides:
toString in class Object

print

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

toString

String toString(boolean compact)

printEdgeAsCSS

String printEdgeAsCSS(BorderEdge edge)

printCornerAsCSS

String printCornerAsCSS(BorderCorner edge)

getPointConverter

NumberFormat getPointConverter()

toArray

StyleBuilder.StyleCarrier[] toArray()

isEmpty

boolean isEmpty()