Package net.sf.jasperreports.olap.olap4j
Class Olap4jResult
- java.lang.Object
-
- net.sf.jasperreports.olap.olap4j.Olap4jResult
-
- All Implemented Interfaces:
JROlapResult
public class Olap4jResult extends Object implements JROlapResult
- Author:
- swood
-
-
Constructor Summary
Constructors Constructor Description Olap4jResult(org.olap4j.CellSet cSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JROlapResultAxis[]
getAxes()
JROlapCell
getCell(int[] axisPositions)
-
-
-
Method Detail
-
getAxes
public JROlapResultAxis[] getAxes()
- Specified by:
getAxes
in interfaceJROlapResult
-
getCell
public JROlapCell getCell(int[] axisPositions)
- Specified by:
getCell
in interfaceJROlapResult
-
-