com.tonbeller.jpivot.test.olap
Class TestSwapAxes

java.lang.Object
  extended by com.tonbeller.jpivot.core.ExtensionSupport
      extended by com.tonbeller.jpivot.test.olap.TestExtensionSupport
          extended by com.tonbeller.jpivot.test.olap.TestSwapAxes
All Implemented Interfaces:
Extension, SwapAxes

public class TestSwapAxes
extends TestExtensionSupport
implements SwapAxes

Created on 21.10.2002

Author:
av

Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.navi.SwapAxes
ID
 
Constructor Summary
TestSwapAxes()
           
 
Method Summary
 boolean canSwapAxes()
           
 boolean isSwapAxes()
           
 void setSwapAxes(boolean newSwapped)
          swaps the axes
 
Methods inherited from class com.tonbeller.jpivot.test.olap.TestExtensionSupport
fireModelChanged, model
 
Methods inherited from class com.tonbeller.jpivot.core.ExtensionSupport
decorate, getId, getModel, modelInitialized, setId, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.jpivot.core.Extension
decorate, getId, modelInitialized, setModel
 

Constructor Detail

TestSwapAxes

public TestSwapAxes()
Method Detail

canSwapAxes

public boolean canSwapAxes()
Specified by:
canSwapAxes in interface SwapAxes
Returns:
true if axes can be swapped, i.e. if the result is 2 dimensional
See Also:
SwapAxes.canSwapAxes()

setSwapAxes

public void setSwapAxes(boolean newSwapped)
Description copied from interface: SwapAxes
swaps the axes

Specified by:
setSwapAxes in interface SwapAxes

isSwapAxes

public boolean isSwapAxes()
Specified by:
isSwapAxes in interface SwapAxes