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
Version:
$Id: CellSetFormatter.java 482 2012-01-05 23:27:27Z jhyde $
Author:
jhyde

Method Summary
 void format(CellSet cellSet, PrintWriter pw)
          Formats a CellSet as text to a PrintWriter.
 

Method Detail

format

void format(CellSet cellSet,
            PrintWriter pw)
Formats a CellSet as text to a PrintWriter.

Parameters:
cellSet - Cell set
pw - Print writer

SourceForge.net_Logo