|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IGraphicTypeConstants
interface contains constants
denoting the known generated types. Users should extend this to add
their own types if it is necessary to distinguish types.
Field Summary | |
static java.lang.String |
BAR_CHART
The generated type is a bar (column) chart. |
static java.lang.String |
LINE_CHART
The generated type is a line chart. |
static java.lang.String |
METER
The generated type is a meter. |
static java.lang.String |
PIE_CHART
The generated type is a pie chart. |
static java.lang.String |
STACKBAR_CHART
The generated type is a stacked bar (column) chart. |
Field Detail |
public static final java.lang.String LINE_CHART
public static final java.lang.String PIE_CHART
public static final java.lang.String BAR_CHART
public static final java.lang.String STACKBAR_CHART
public static final java.lang.String METER
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |