Package org.olap4j.layout
Interface CellSetFormatter
-
- All Known Implementing Classes:
RectangularCellSetFormatter
,TraditionalCellSetFormatter
public interface CellSetFormatter
Converts aCellSet
into text.This interface is experimental. It is not part of the olap4j specification and is subject to change without notice.
- Since:
- Apr 15, 2009
- Author:
- jhyde
-
-
Method Summary
All Methods Instance Methods Abstract 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
void format(CellSet cellSet, java.io.PrintWriter pw)
Formats a CellSet as text to a PrintWriter.- Parameters:
cellSet
- Cell setpw
- Print writer
-
-