com.businessobjects.rebean.wi
Class AreaType

java.lang.Object
  extended by com.businessobjects.rebean.wi.BlockType
      extended by com.businessobjects.rebean.wi.GraphType
          extended by com.businessobjects.rebean.wi.AreaType

public final class AreaType
extends GraphType

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

The AreaType class defines all possible area graphs.


Field Summary
static int _AREA_3D
          int value of AREA_3D.value()
static int _AREA_3D_SURFACE
          int value of AREA_3D_SURFACE.value()
static int _HABSOLUTE
          int value of HABSOLUTE.value()
static int _HPERCENT
          int value of HPERCENT.value()
static int _HSTACKED
          int value of HSTACKED.value()
static int _VABSOLUTE
          int value of VABSOLUTE.value()
static int _VPERCENT
          int value of VPERCENT.value()
static int _VSTACKED
          int value of VSTACKED.value()
static AreaType AREA_3D
          3D area chart.
static AreaType AREA_3D_SURFACE
          3D surface chart.
static AreaType HABSOLUTE
          Horizontal absolute area chart.
static AreaType HPERCENT
          Horizontal percent area chart.
static AreaType HSTACKED
          Horizontal stacked area chart.
static AreaType VABSOLUTE
          Vertical absolute area chart.
static AreaType VPERCENT
          Vertical percent area chart.
static AreaType VSTACKED
          Vertical stacked area chart.
 
Method Summary
 boolean is3D()
          Checks if the graph is a 3D graph.
 java.lang.String toString()
          Return a String representation of this representation type (for debug purposes)
 int value()
          Returns the int value of this representation type
 
Methods inherited from class com.businessobjects.rebean.wi.BlockType
fromInt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_VABSOLUTE

public static final int _VABSOLUTE
int value of VABSOLUTE.value()

See Also:
Constant Field Values

_HABSOLUTE

public static final int _HABSOLUTE
int value of HABSOLUTE.value()

See Also:
Constant Field Values

_VSTACKED

public static final int _VSTACKED
int value of VSTACKED.value()

See Also:
Constant Field Values

_HSTACKED

public static final int _HSTACKED
int value of HSTACKED.value()

See Also:
Constant Field Values

_VPERCENT

public static final int _VPERCENT
int value of VPERCENT.value()

See Also:
Constant Field Values

_HPERCENT

public static final int _HPERCENT
int value of HPERCENT.value()

See Also:
Constant Field Values

_AREA_3D

public static final int _AREA_3D
int value of AREA_3D.value()

See Also:
Constant Field Values

_AREA_3D_SURFACE

public static final int _AREA_3D_SURFACE
int value of AREA_3D_SURFACE.value()

See Also:
Constant Field Values

VABSOLUTE

public static final AreaType VABSOLUTE
Vertical absolute area chart.


HABSOLUTE

public static final AreaType HABSOLUTE
Horizontal absolute area chart.


VSTACKED

public static final AreaType VSTACKED
Vertical stacked area chart.


HSTACKED

public static final AreaType HSTACKED
Horizontal stacked area chart.


VPERCENT

public static final AreaType VPERCENT
Vertical percent area chart.


HPERCENT

public static final AreaType HPERCENT
Horizontal percent area chart.


AREA_3D

public static final AreaType AREA_3D
3D area chart.


AREA_3D_SURFACE

public static final AreaType AREA_3D_SURFACE
3D surface chart.

Method Detail

value

public int value()
Returns the int value of this representation type

Specified by:
value in class BlockType
Returns:
the int value of this representation type

toString

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

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

is3D

public boolean is3D()
Description copied from class: GraphType
Checks if the graph is a 3D graph.

Specified by:
is3D in class GraphType
See Also:
GraphType.is3D()