Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.dss.graph
Class GraphTypeAndSubtype

java.lang.Object
  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

Copyright © 1997, 2013, Oracle. All rights reserved.