Uses of Interface
org.palo.api.Axis

Packages that use Axis
org.palo.api   
 

Uses of Axis in org.palo.api
 

Methods in org.palo.api that return Axis
 Axis CubeView.addAxis(java.lang.String id, java.lang.String name)
          Adds a new Axis to this cube view.
 Axis[] CubeView.getAxes()
          Returns all axes registered to this cube view
 Axis CubeView.getAxis(java.lang.String id)
          Returns the axis which is registered to this cube view under the given axis id or null if no such axis exists.
 

Methods in org.palo.api with parameters of type Axis
 void CubeView.removeAxis(Axis axis)
          Removes the given axis from this cube view