com.businessobjects.rebean.wi
Class LineType

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

public final class LineType
extends GraphType

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

LineType class represents all possible line graphs.


Field Summary
static int _HMIXED
          int value of HMIXED.value()
static int _HPERCENT
          int value of HPERCENT.value()
static int _HSTACKED
          int value of HSTACKED.value()
static int _LINE_3D
          int value of LINE_3D.value()
static int _LINE_3D_VOLUME
          int value of LINE_3D_VOLUME.value()
static int _VMIXED
          int value of VMIXED.value()
static int _VPERCENT
          int value of VPERCENT.value()
static int _VSTACKED
          int value of VSTACKED.value()
static LineType HMIXED
          Horizontal mixed line chart.
static LineType HPERCENT
          Horizontal percent line chart.
static LineType HSTACKED
          Horizontal stacked line chart.
static LineType LINE_3D
          3D line chart.
static LineType LINE_3D_VOLUME
          3D surface chart.
static LineType VMIXED
          Vertical mixed line chart.
static LineType VPERCENT
          Vertical percent line chart.
static LineType VSTACKED
          Vertical stacked line 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

_VMIXED

public static final int _VMIXED
int value of VMIXED.value()

See Also:
Constant Field Values

_HMIXED

public static final int _HMIXED
int value of HMIXED.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

_LINE_3D

public static final int _LINE_3D
int value of LINE_3D.value()

See Also:
Constant Field Values

_LINE_3D_VOLUME

public static final int _LINE_3D_VOLUME
int value of LINE_3D_VOLUME.value()

See Also:
Constant Field Values

VMIXED

public static final LineType VMIXED
Vertical mixed line chart.


HMIXED

public static final LineType HMIXED
Horizontal mixed line chart.


VSTACKED

public static final LineType VSTACKED
Vertical stacked line chart.


HSTACKED

public static final LineType HSTACKED
Horizontal stacked line chart.


VPERCENT

public static final LineType VPERCENT
Vertical percent line chart.


HPERCENT

public static final LineType HPERCENT
Horizontal percent line chart.


LINE_3D

public static final LineType LINE_3D
3D line chart.


LINE_3D_VOLUME

public static final LineType LINE_3D_VOLUME
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()
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()