org.olap4j.layout
Class TraditionalCellSetFormatter
java.lang.Object
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
TraditionalCellSetFormatter
public TraditionalCellSetFormatter()
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 setpw
- Print writer