Uses of Interface
mondrian.spi.PropertyFormatter
-
Packages that use PropertyFormatter Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap.format mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spi
package. -
-
Uses of PropertyFormatter in mondrian.olap
Subinterfaces of PropertyFormatter in mondrian.olap Modifier and Type Interface Description interface
PropertyFormatter
Deprecated.UsePropertyFormatter
.Methods in mondrian.olap that return PropertyFormatter Modifier and Type Method Description PropertyFormatter
Property. getFormatter()
-
Uses of PropertyFormatter in mondrian.rolap.format
Methods in mondrian.rolap.format that return PropertyFormatter Modifier and Type Method Description PropertyFormatter
FormatterFactory. createPropertyFormatter(FormatterCreateContext context)
Given the name of a property formatter class and/or a property formatter script, returns a property formatter. -
Uses of PropertyFormatter in mondrian.spi.impl
Methods in mondrian.spi.impl that return PropertyFormatter Modifier and Type Method Description static PropertyFormatter
Scripts. propertyFormatter(String scriptText, String scriptLanguage)
Creates an implementation of thePropertyFormatter
SPI based on a script.
-