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.spipackage. -
-
Uses of PropertyFormatter in mondrian.olap
Subinterfaces of PropertyFormatter in mondrian.olap Modifier and Type Interface Description interfacePropertyFormatterDeprecated.UsePropertyFormatter.Methods in mondrian.olap that return PropertyFormatter Modifier and Type Method Description PropertyFormatterProperty. getFormatter() -
Uses of PropertyFormatter in mondrian.rolap.format
Methods in mondrian.rolap.format that return PropertyFormatter Modifier and Type Method Description PropertyFormatterFormatterFactory. 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 PropertyFormatterScripts. propertyFormatter(String scriptText, String scriptLanguage)Creates an implementation of thePropertyFormatterSPI based on a script.
-