com.businessobjects.rebean.wi
Class RadarType

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

public final class RadarType
extends GraphType

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

RadarType class defines all possible radar graphs.


Field Summary
static int _LINE
          int value of LINE.value()
static int _POLAR
          int value of POLAR.value()
static int _STACKED_AREA
          int value of STACKED_AREA.value()
static int _XY_SCATTER
          int value of XY_SCATTER.value()
static RadarType LINE
          Radar line chart.
static RadarType POLAR
          Polar chart.
static RadarType STACKED_AREA
          Stacked area radar chart.
static RadarType XY_SCATTER
          Scatter chart.
 
Method Summary
 boolean is3D()
          Checks if the graph is a 3D graph.
 java.lang.String toString()
          Returns 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

_LINE

public static final int _LINE
int value of LINE.value()

See Also:
Constant Field Values

_STACKED_AREA

public static final int _STACKED_AREA
int value of STACKED_AREA.value()

See Also:
Constant Field Values

_POLAR

public static final int _POLAR
int value of POLAR.value()

See Also:
Constant Field Values

_XY_SCATTER

public static final int _XY_SCATTER
int value of XY_SCATTER.value()

See Also:
Constant Field Values

LINE

public static final RadarType LINE
Radar line chart.


STACKED_AREA

public static final RadarType STACKED_AREA
Stacked area radar chart.


POLAR

public static final RadarType POLAR
Polar chart.


XY_SCATTER

public static final RadarType XY_SCATTER
Scatter 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()
Returns 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()