com.businessobjects.rebean.wi
Class FontOrientation

java.lang.Object
  extended by com.businessobjects.rebean.wi.FontOrientation

public final class FontOrientation
extends java.lang.Object

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

FontOrientation class contains all possible font orientations (used in graphs).


Field Summary
static int _D180
          int value of D180.value()
static int _D270
          int value of D270.value()
static int _D315
          int value of D315.value()
static int _D45
          int value of D45.value()
static int _D90
          int value of D90.value()
static int _HOTEL
          int value of HOTEL.value()
static int _NONE
          int value of NONE.value()
static FontOrientation D180
          Defines font orientation of 180 degrees.
static FontOrientation D270
          Defines font orientation of 270 degrees.
static FontOrientation D315
          Defines font orientation of 315 degrees.
static FontOrientation D45
          Defines font orientation of 45 degrees.
static FontOrientation D90
          Defines font orientation of 90 degrees.
static FontOrientation HOTEL
          Defines 'hotel' font orientation: H O T E L
static FontOrientation NONE
          Defines no special orientation.
 
Method Summary
static FontOrientation fromInt(int value)
          Returns a FontOrientation instance corresponding to value, or null when value does not correspond to any FontOrientation.
 java.lang.String toString()
          Returns a String representation of this font orientation.
 int value()
          Returns the int value of this font orientation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_NONE

public static final int _NONE
int value of NONE.value()

See Also:
Constant Field Values

_D45

public static final int _D45
int value of D45.value()

See Also:
Constant Field Values

_D90

public static final int _D90
int value of D90.value()

See Also:
Constant Field Values

_D180

public static final int _D180
int value of D180.value()

See Also:
Constant Field Values

_D270

public static final int _D270
int value of D270.value()

See Also:
Constant Field Values

_D315

public static final int _D315
int value of D315.value()

See Also:
Constant Field Values

_HOTEL

public static final int _HOTEL
int value of HOTEL.value()

See Also:
Constant Field Values

NONE

public static final FontOrientation NONE
Defines no special orientation.


D45

public static final FontOrientation D45
Defines font orientation of 45 degrees.


D90

public static final FontOrientation D90
Defines font orientation of 90 degrees.


D180

public static final FontOrientation D180
Defines font orientation of 180 degrees.


D270

public static final FontOrientation D270
Defines font orientation of 270 degrees.


D315

public static final FontOrientation D315
Defines font orientation of 315 degrees.


HOTEL

public static final FontOrientation HOTEL
Defines 'hotel' font orientation:
 H
 O
 T
 E
 L

Method Detail

value

public int value()
Returns the int value of this font orientation.

Returns:
the int value of this font orientation.

toString

public java.lang.String toString()
Returns a String representation of this font orientation.

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

fromInt

public static FontOrientation fromInt(int value)
Returns a FontOrientation instance corresponding to value, or null when value does not correspond to any FontOrientation.

Returns:
a FontOrientation instance corresponding to value, or null when value does not correspond to any FontOrientation