com.businessobjects.rebean.wi
Class GraphAxis

java.lang.Object
  extended by com.businessobjects.rebean.wi.AxisType
      extended by com.businessobjects.rebean.wi.GraphAxis

public final class GraphAxis
extends AxisType

Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.

GraphAxis class defines all possible axis types for graphs. See the various GraphType sub interfaces for a description of when to use this axis.

See Also:
ReportBlock.getAxis(AxisType)

Field Summary
static int _X
          int value of X.value()
static int _Y
          int value of Y.value()
static int _Z
          int value of Z.value()
static GraphAxis X
          Defines the x axis.
static GraphAxis Y
          Defines the y axis.
static GraphAxis Z
          Defines the z axis.
 
Method Summary
 java.lang.String toString()
          Return a String representation of this axis (for debug purposes)
 int value()
          Return the int value of this axis
 
Methods inherited from class com.businessobjects.rebean.wi.AxisType
fromInt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_X

public static final int _X
int value of X.value()

See Also:
Constant Field Values

_Y

public static final int _Y
int value of Y.value()

See Also:
Constant Field Values

_Z

public static final int _Z
int value of Z.value()

See Also:
Constant Field Values

X

public static final GraphAxis X
Defines the x axis.


Y

public static final GraphAxis Y
Defines the y axis.


Z

public static final GraphAxis Z
Defines the z axis.

Method Detail

value

public int value()
Return the int value of this axis

Specified by:
value in class AxisType
Returns:
the int value of this axis

toString

public java.lang.String toString()
Return a String representation of this axis (for debug purposes)

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this axis (for debug purposes)