Class TraditionalCellSetFormatter

  • All Implemented Interfaces:
    CellSetFormatter

    public class TraditionalCellSetFormatter
    extends java.lang.Object
    implements 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • TraditionalCellSetFormatter

        public TraditionalCellSetFormatter()
    • Method Detail

      • format

        public void format​(CellSet cellSet,
                           java.io.PrintWriter pw)
        Description copied from interface: CellSetFormatter
        Formats a CellSet as text to a PrintWriter.
        Specified by:
        format in interface CellSetFormatter
        Parameters:
        cellSet - Cell set
        pw - Print writer