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.spipackage. -
-
Uses of CellFormatter in mondrian.olap
Subinterfaces of CellFormatter in mondrian.olap Modifier and Type Interface Description interfaceCellFormatterDeprecated.UseCellFormatter. -
Uses of CellFormatter in mondrian.rolap
Methods in mondrian.rolap with parameters of type CellFormatter Modifier and Type Method Description voidRolapBaseCubeMeasure. setFormatter(CellFormatter cellFormatter) -
Uses of CellFormatter in mondrian.rolap.format
Methods in mondrian.rolap.format that return CellFormatter Modifier and Type Method Description CellFormatterFormatterFactory. 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 CellFormatterScripts. cellFormatter(String scriptText, String scriptLanguage)Creates an implementation of theCellFormatterSPI based on a script.
-