org.olap4j.layout
Class TraditionalCellSetFormatter

java.lang.Object
  extended by org.olap4j.layout.TraditionalCellSetFormatter
All Implemented Interfaces:
CellSetFormatter

public class TraditionalCellSetFormatter
extends Object
implements CellSetFormatter

Formatter that can convert a CellSet into Mondrian's traditional layout.

This class is experimental. It is not part of the olap4j specification and is subject to change without notice.

Since:
Apr 15, 2009
Version:
$Id: TraditionalCellSetFormatter.java 482 2012-01-05 23:27:27Z jhyde $
Author:
jhyde

Constructor Summary
TraditionalCellSetFormatter()
           
 
Method Summary
 void format(CellSet cellSet, PrintWriter pw)
          Formats a CellSet as text to a PrintWriter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraditionalCellSetFormatter

public TraditionalCellSetFormatter()
Method Detail

format

public void format(CellSet cellSet,
                   PrintWriter pw)
Description copied from interface: CellSetFormatter
Formats a CellSet as text to a PrintWriter.

Specified by:
format in interface CellSetFormatter
Parameters:
cellSet - Cell set
pw - Print writer

SourceForge.net_Logo