|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.graph.GraphTypeAndSubtype
public class GraphTypeAndSubtype
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 |
|---|
public int type
public int subtype
| Constructor Detail |
|---|
public GraphTypeAndSubtype(int type,
int subtype)
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||