Package org.olap4j.layout
Class TraditionalCellSetFormatter
java.lang.Object
org.olap4j.layout.TraditionalCellSetFormatter
- All Implemented Interfaces:
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
- Author:
- jhyde
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidformat(CellSet cellSet, PrintWriter pw) Formats a CellSet as text to a PrintWriter.
-
Constructor Details
-
TraditionalCellSetFormatter
public TraditionalCellSetFormatter()
-
-
Method Details
-
format
Description copied from interface:CellSetFormatterFormats a CellSet as text to a PrintWriter.- Specified by:
formatin interfaceCellSetFormatter- Parameters:
cellSet- Cell setpw- Print writer
-