Package org.olap4j.layout
Class TraditionalCellSetFormatter
- java.lang.Object
-
- org.olap4j.layout.TraditionalCellSetFormatter
-
- All Implemented Interfaces:
CellSetFormatter
public class TraditionalCellSetFormatter extends java.lang.Object implements CellSetFormatter
Formatter that can convert aCellSet
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
- Author:
- jhyde
-
-
Constructor Summary
Constructors Constructor Description TraditionalCellSetFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
format(CellSet cellSet, java.io.PrintWriter pw)
Formats a CellSet as text to a PrintWriter.
-
-
-
Method Detail
-
format
public void format(CellSet cellSet, java.io.PrintWriter pw)
Description copied from interface:CellSetFormatter
Formats a CellSet as text to a PrintWriter.- Specified by:
format
in interfaceCellSetFormatter
- Parameters:
cellSet
- Cell setpw
- Print writer
-
-