Package org.olap4j.layout
Interface CellSetFormatter
- All Known Implementing Classes:
RectangularCellSetFormatter,TraditionalCellSetFormatter
public interface CellSetFormatter
Converts a
CellSet 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
Modifier and TypeMethodDescriptionvoidformat(CellSet cellSet, PrintWriter pw) Formats a CellSet as text to a PrintWriter.
-
Method Details
-
format
Formats a CellSet as text to a PrintWriter.- Parameters:
cellSet- Cell setpw- Print writer
-