Uses of Interface
mondrian.spi.CellFormatter
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Provides implementations of SPIs defined in the
mondrian.spi
package.-
Uses of CellFormatter in mondrian.olap
-
Uses of CellFormatter in mondrian.rolap
Modifier and TypeMethodDescriptionvoid
RolapBaseCubeMeasure.setFormatter
(CellFormatter cellFormatter) -
Uses of CellFormatter in mondrian.rolap.format
Modifier and TypeMethodDescriptionFormatterFactory.createCellFormatter
(FormatterCreateContext context) Given the name of a cell formatter class and/or a cell formatter script, returns a cell formatter. -
Uses of CellFormatter in mondrian.spi.impl
Modifier and TypeMethodDescriptionstatic CellFormatter
Scripts.cellFormatter
(String scriptText, String scriptLanguage) Creates an implementation of theCellFormatter
SPI based on a script.
CellFormatter
.