Uses of Interface
mondrian.spi.CellFormatter
Packages that use 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
Subinterfaces of CellFormatter in mondrian.olap -
Uses of CellFormatter in mondrian.rolap
Methods in mondrian.rolap with parameters of type CellFormatterModifier and TypeMethodDescriptionvoid
RolapBaseCubeMeasure.setFormatter
(CellFormatter cellFormatter) -
Uses of CellFormatter in mondrian.rolap.format
Methods in mondrian.rolap.format that return CellFormatterModifier 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
Methods in mondrian.spi.impl that return CellFormatterModifier and TypeMethodDescriptionstatic CellFormatter
Scripts.cellFormatter
(String scriptText, String scriptLanguage) Creates an implementation of theCellFormatter
SPI based on a script.
CellFormatter
.