com.businessobjects.rebean.wi
Class GraphType

java.lang.Object
  extended by com.businessobjects.rebean.wi.BlockType
      extended by com.businessobjects.rebean.wi.GraphType
Direct Known Subclasses:
AreaType, BarType, LineType, PieType, RadarType

public abstract class GraphType
extends BlockType

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

GraphType class defines all possible graph block types. This class is the base class for all graph types.


Constructor Summary
GraphType()
           
 
Method Summary
abstract  boolean is3D()
          Checks if the graph is a 3D graph.
 
Methods inherited from class com.businessobjects.rebean.wi.BlockType
fromInt, value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphType

public GraphType()
Method Detail

is3D

public abstract boolean is3D()
Checks if the graph is a 3D graph.