|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.olap4j.layout.TraditionalCellSetFormatter
public class TraditionalCellSetFormatter
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.
Constructor Summary | |
---|---|
TraditionalCellSetFormatter()
|
Method Summary | |
---|---|
void |
format(CellSet cellSet,
java.io.PrintWriter pw)
Formats a CellSet as text to a PrintWriter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TraditionalCellSetFormatter()
Method Detail |
---|
public void format(CellSet cellSet, java.io.PrintWriter pw)
CellSetFormatter
format
in interface CellSetFormatter
cellSet
- Cell setpw
- Print writer
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |