public class GraphTypeAndSubtype
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
subtype
The subtype of a graph.
|
int |
type
The main type of a graph.
|
| Constructor and Description |
|---|
GraphTypeAndSubtype(int type, int subtype)
Constructor.
|
public int type
public int subtype
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.