|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.indicator.pretty.CubeCellStringRenderer
public final class CubeCellStringRenderer
Utility class that takes a cube and renders it as a flattened table of string and double. The double value
Constructor Summary | |
---|---|
CubeCellStringRenderer()
|
Method Summary | |
---|---|
static java.util.Map<java.lang.String,java.lang.Double> |
renderCube(Cube cube)
Render a multidimensional table (see Cube) as flatted out structure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CubeCellStringRenderer()
Method Detail |
---|
public static java.util.Map<java.lang.String,java.lang.Double> renderCube(Cube cube)
cube
- is the cube to render
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |