com.tonbeller.jpivot.table
Class AxisHeaderBuilderSupport

java.lang.Object
  extended by com.tonbeller.jpivot.table.AxisHeaderBuilderSupport
All Implemented Interfaces:
AxisHeaderBuilder

public class AxisHeaderBuilderSupport
extends java.lang.Object
implements AxisHeaderBuilder


Constructor Summary
AxisHeaderBuilderSupport(SpanBuilder spanBuilder)
           
 
Method Summary
 void build(org.w3c.dom.Element row, Span span, int rowspan, int colspan, boolean even, boolean memberIndent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisHeaderBuilderSupport

public AxisHeaderBuilderSupport(SpanBuilder spanBuilder)
Method Detail

build

public void build(org.w3c.dom.Element row,
                  Span span,
                  int rowspan,
                  int colspan,
                  boolean even,
                  boolean memberIndent)
Specified by:
build in interface AxisHeaderBuilder