Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c Release 1 (12.1.2.0.0)
E23189-01
- java.lang.Object
-
- oracle.dss.graph.GraphTypeAndSubtype
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
int |
subtype
The subtype of a graph.
|
int |
type
The main type of a graph.
|
-
Constructor Summary
Constructors
| Constructor and Description |
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
12c Release 1 (12.1.2.0.0)
E23189-01
Copyright © 1997, 2013, Oracle. All rights reserved.