|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.AxisType
com.businessobjects.rebean.wi.GraphAxis
public final class GraphAxis
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.
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 |
|---|
public static final int _X
int value of X.value()
public static final int _Y
int value of Y.value()
public static final int _Z
int value of Z.value()
public static final GraphAxis X
public static final GraphAxis Y
public static final GraphAxis Z
| Method Detail |
|---|
public int value()
int value of this axis
value in class AxisTypeint value of this axispublic java.lang.String toString()
String representation of this axis (for debug purposes)
toString in class java.lang.ObjectString representation of this axis (for debug purposes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||