[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Classes

  ClassDescription
public classCubeCellStringRenderer
Utility class that takes a cube and renders it as a flattened table of string and double. The double value

public classCubeTabularDataRenderer
Renders a Cube multidimensional table a TabularData from the JMX OpenMbean interface. Cubes can be 1-dimenstion to n-dimensional. This implementation can render cubes up to only 4 dimensions. 4-dimensional cubes are created as multiple TabularData instances for each member in the page dimension. The cell dimension (assumed to be dimension 0) and the row dimension (assumed to be dimension 2) are both placed as rows in a table. The column dimension (dimension 1) is use for filling columns.

public classDimensionMemberRenderHelper
Utility methods for rendering dimension members as a string.