|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.LegendPosition
public final class LegendPosition
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
LegendPosition class contains all possible legend positions for a graph.
Legend| Field Summary | |
|---|---|
static int |
_BOTTOM
int value of BOTTOM.value() |
static int |
_LEFT
int value of LEFT.value() |
static int |
_RIGHT
int value of RIGHT.value() |
static LegendPosition |
BOTTOM
Defines legend at the bottom of the chart. |
static LegendPosition |
LEFT
Defines legend at the left of the chart. |
static LegendPosition |
RIGHT
Defines legend at the right of the chart. |
| Method Summary | |
|---|---|
static LegendPosition |
fromInt(int value)
Return a LegendPosition instance corresponding to value, or
null when value does not correspond to any
LegendPosition |
java.lang.String |
toString()
Return a String representation of this legend position (for debug purposes) |
int |
value()
Return the int value of this legend position |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _LEFT
int value of LEFT.value()
public static final int _RIGHT
int value of RIGHT.value()
public static final int _BOTTOM
int value of BOTTOM.value()
public static final LegendPosition LEFT
public static final LegendPosition RIGHT
public static final LegendPosition BOTTOM
| Method Detail |
|---|
public int value()
int value of this legend position
int value of this legend positionpublic java.lang.String toString()
String representation of this legend position (for debug purposes)
toString in class java.lang.ObjectString representation of this legend position (for debug purposes)public static LegendPosition fromInt(int value)
LegendPosition instance corresponding to value, or
null when value does not correspond to any
LegendPosition
LegendPosition instance corresponding to value, or
null when value does not correspond to any
LegendPosition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||