Uses of Interface
mondrian.spi.CellFormatter
-
Packages that use CellFormatter Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.format mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spi
package. -
-
Uses of CellFormatter in mondrian.olap
Subinterfaces of CellFormatter in mondrian.olap Modifier and Type Interface Description interface
CellFormatter
Deprecated.UseCellFormatter
. -
Uses of CellFormatter in mondrian.rolap
Methods in mondrian.rolap with parameters of type CellFormatter Modifier and Type Method Description void
RolapBaseCubeMeasure. setFormatter(CellFormatter cellFormatter)
-
Uses of CellFormatter in mondrian.rolap.format
Methods in mondrian.rolap.format that return CellFormatter Modifier and Type Method Description CellFormatter
FormatterFactory. 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 CellFormatter Modifier and Type Method Description static CellFormatter
Scripts. cellFormatter(String scriptText, String scriptLanguage)
Creates an implementation of theCellFormatter
SPI based on a script.
-