Package net.sf.jasperreports.olap.result
Interface JROlapResult
-
- All Known Implementing Classes:
JRMondrianResult
,JRXmlaResult
,Olap4jResult
public interface JROlapResult
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JROlapResultAxis[]
getAxes()
JROlapCell
getCell(int[] axisPositions)
-
-
-
Method Detail
-
getAxes
JROlapResultAxis[] getAxes()
-
getCell
JROlapCell getCell(int[] axisPositions)
-
-