|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.graph.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 |
subtypeThe subtype of a graph. |
int |
typeThe 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 |
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™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||