Uses of Interface
mondrian.spi.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
Modifier and TypeMethodDescriptionLevel.getMemberFormatter()
Returns the object that is used to format members of this level.LevelBase.getMemberFormatter()
-
Uses of MemberFormatter in mondrian.rolap
-
Uses of MemberFormatter in mondrian.rolap.format
Modifier 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
Modifier and TypeMethodDescriptionstatic MemberFormatter
Scripts.memberFormatter
(String scriptText, String scriptLanguage) Creates an implementation of theMemberFormatter
SPI based on a script.
MemberFormatter
.