com.businessobjects.rebean.wi
Class ImageDisplayMode

java.lang.Object
  extended by com.businessobjects.rebean.wi.ImageDisplayMode
All Implemented Interfaces:
java.io.Serializable

public final class ImageDisplayMode
extends java.lang.Object
implements java.io.Serializable

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

ImageDisplayMode defines the different ways in which background image is displayed.

Since:
11.5
See Also:
Attributes, Serialized Form

Field Summary
static int _HORIZONTAL_TILE
          The int value of HORIZONTAL_TILE instance.
static int _NORMAL
          The int value of a NORMAL instance.
static int _STRETCH
          The int value of a STRETCH instance.
static int _TILE
          The int value of TILE instance.
static int _VERTICAL_TILE
          The int value of a VERTICAL_TILE instance.
static ImageDisplayMode HORIZONTAL_TILE
          The background image is tiled horizontally.
static ImageDisplayMode NORMAL
          The normal background image display style.
static ImageDisplayMode STRETCH
          The image is stretched over the background.
static ImageDisplayMode TILE
          The background image is tiled.
static ImageDisplayMode VERTICAL_TILE
          The background image is tiled vertically.
 
Method Summary
static ImageDisplayMode fromInt(int value)
          Return an ImageDisplayMode corresponding to the integer value.
 java.lang.String toString()
          Return the String value of ImageDisplayMode object.
 int value()
          Return the int value of ImageDisplayMode object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_NORMAL

public static final int _NORMAL
The int value of a NORMAL instance.

See Also:
Constant Field Values

_STRETCH

public static final int _STRETCH
The int value of a STRETCH instance.

See Also:
Constant Field Values

_TILE

public static final int _TILE
The int value of TILE instance.

See Also:
Constant Field Values

_HORIZONTAL_TILE

public static final int _HORIZONTAL_TILE
The int value of HORIZONTAL_TILE instance.

See Also:
Constant Field Values

_VERTICAL_TILE

public static final int _VERTICAL_TILE
The int value of a VERTICAL_TILE instance.

See Also:
Constant Field Values

NORMAL

public static final ImageDisplayMode NORMAL
The normal background image display style. The image is displayed only once.


STRETCH

public static final ImageDisplayMode STRETCH
The image is stretched over the background.


TILE

public static final ImageDisplayMode TILE
The background image is tiled.


HORIZONTAL_TILE

public static final ImageDisplayMode HORIZONTAL_TILE
The background image is tiled horizontally.


VERTICAL_TILE

public static final ImageDisplayMode VERTICAL_TILE
The background image is tiled vertically.

Method Detail

value

public int value()
Return the int value of ImageDisplayMode object.

Returns:
int value.

toString

public java.lang.String toString()
Return the String value of ImageDisplayMode object.

Overrides:
toString in class java.lang.Object
Returns:
String value.

fromInt

public static ImageDisplayMode fromInt(int value)
Return an ImageDisplayMode corresponding to the integer value.

Parameters:
value - integer value corresponding to an ImageDisplayMode.
Returns:
a ImageDisplayMode instance corresponding to value, or null when value does not correspond to any ImageDisplayMode