***  This class is subject to change   ***

com.sas.actionprovider.util.olap
Interface AxisAreaInterface

All Known Subinterfaces:
HeaderAreaInterface, TitleAreaInterface

public interface AxisAreaInterface

Interface for specifying the axis number of a cell in an olap tableview component.

A basic understanding of the ActionProvider Framework, of which this class is a part, is recommended before attempting to use this class.



Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

Since:
3.1.4

Method Summary
 int getAxisNumber()
          Returns the axis number for the cell.
 void setAxisNumber(int axisNumber)
          Sets the axis number for the cell.
 

Method Detail

setAxisNumber

public void setAxisNumber(int axisNumber)
Sets the axis number for the cell.
Parameters:
axisNumber - the axis number for the cell.

getAxisNumber

public int getAxisNumber()
Returns the axis number for the cell.
Returns:
the axis number for the cell.

***  This class is subject to change   ***




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 01:44:23