com.businessobjects.rebean.wi
Class BarType

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

public final class BarType
extends GraphType

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

The BarType class defines all possible bar graphs.


Field Summary
static int _BAR_3D
          int value of BAR_3D.value()
static int _HGROUPED
          int value of HGROUPED.value()
static int _HLINE_AND_BAR
          int value of HLINE_AND_BAR.value()
static int _HPERCENT
          int value of HPERCENT.value()
static int _HSTACKED
          int value of HSTACKED.value()
static int _VGROUPED
          int value of VGROUPED.value()
static int _VLINE_AND_BAR
          int value of VLINE_AND_BAR.value()
static int _VPERCENT
          int value of VPERCENT.value()
static int _VSTACKED
          int value of VSTACKED.value()
static BarType BAR_3D
          3D bar chart.
static BarType HGROUPED
          Horizontal grouped bar chart.
static BarType HLINE_AND_BAR
          Horizontal bar and line chart.
static BarType HPERCENT
          Horizontal percent bar chart.
static BarType HSTACKED
          Horizontal stacked bar chart.
static BarType VGROUPED
          Vertical grouped bar chart.
static BarType VLINE_AND_BAR
          Vertical bar and line chart.
static BarType VPERCENT
          Vertical percent bar chart.
static BarType VSTACKED
          Verctical stacked bar 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

_VGROUPED

public static final int _VGROUPED
int value of VGROUPED.value()

See Also:
Constant Field Values

_HGROUPED

public static final int _HGROUPED
int value of HGROUPED.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

_VLINE_AND_BAR

public static final int _VLINE_AND_BAR
int value of VLINE_AND_BAR.value()

See Also:
Constant Field Values

_HLINE_AND_BAR

public static final int _HLINE_AND_BAR
int value of HLINE_AND_BAR.value()

See Also:
Constant Field Values

_BAR_3D

public static final int _BAR_3D
int value of BAR_3D.value()

See Also:
Constant Field Values

VGROUPED

public static final BarType VGROUPED
Vertical grouped bar chart.


HGROUPED

public static final BarType HGROUPED
Horizontal grouped bar chart.


VSTACKED

public static final BarType VSTACKED
Verctical stacked bar chart.


HSTACKED

public static final BarType HSTACKED
Horizontal stacked bar chart.


VPERCENT

public static final BarType VPERCENT
Vertical percent bar chart.


HPERCENT

public static final BarType HPERCENT
Horizontal percent bar chart.


VLINE_AND_BAR

public static final BarType VLINE_AND_BAR
Vertical bar and line chart.


HLINE_AND_BAR

public static final BarType HLINE_AND_BAR
Horizontal bar and line chart.


BAR_3D

public static final BarType BAR_3D
3D bar 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()