Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.graph
Class GraphTypeAndSubtype

java.lang.Object
  |
  +--oracle.dss.graph.GraphTypeAndSubtype

public class GraphTypeAndSubtype
extends java.lang.Object

The main graph type and its subtype. The graph type panel in the default user interface for the BI Beans uses this class.


Field Summary
 int subtype
          The subtype of a graph.
 int type
          The main type of a graph.

 

Constructor Summary
GraphTypeAndSubtype(int type, int subtype)
          Constructor.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

type

public int type
The main type of a graph. In the default user interface, these include types such as bar, line, area, point, and pie, and so on.

subtype

public int subtype
The subtype of a graph. These include subtypes such as clustered bar, dual-Y clustered bar, stacked bar, percentage bar, and so on.
Constructor Detail

GraphTypeAndSubtype

public GraphTypeAndSubtype(int type,
                           int subtype)
Constructor. The graph type panel in the default user interface constructs this class. Application developers should not need to construct it.
Parameters:
type - The main graph type, such as bar or pie.
subtype - The graph subtype, such as clustered bar or multiple pie.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.