Uses of Interface
mondrian.spi.MemberFormatter
Packages that use MemberFormatter
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 MemberFormatter in mondrian.olap
Subinterfaces of MemberFormatter in mondrian.olapFields in mondrian.olap declared as MemberFormatterMethods in mondrian.olap that return MemberFormatterModifier and TypeMethodDescriptionLevel.getMemberFormatter()
Returns the object that is used to format members of this level.LevelBase.getMemberFormatter()
-
Uses of MemberFormatter in mondrian.rolap
Methods in mondrian.rolap that return MemberFormatter -
Uses of MemberFormatter in mondrian.rolap.format
Methods in mondrian.rolap.format that return MemberFormatterModifier and TypeMethodDescriptionFormatterFactory.createRolapMemberFormatter
(FormatterCreateContext context) Given the name of a member formatter class and/or a member formatter script, returns a member formatter. -
Uses of MemberFormatter in mondrian.spi.impl
Methods in mondrian.spi.impl that return MemberFormatterModifier and TypeMethodDescriptionstatic MemberFormatter
Scripts.memberFormatter
(String scriptText, String scriptLanguage) Creates an implementation of theMemberFormatter
SPI based on a script.
MemberFormatter
.