|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartTypeInfo
An interface to get the information that defines chart type.
Field Summary | |
---|---|
static java.lang.String[] |
TYPES
|
Method Summary | |
---|---|
java.lang.String[][][][] |
getAvailableCombTypes()
Returns all supported combined chart types. |
java.lang.String[] |
getChartTypeNames()
Returns all supported chart type names. |
java.lang.String[] |
getSubTypeNames(java.lang.String type)
Returns all supported chart sub-type names with the specified chart type. |
Field Detail |
---|
static final java.lang.String[] TYPES
Method Detail |
---|
java.lang.String[] getChartTypeNames()
java.lang.String[] getSubTypeNames(java.lang.String type)
type
- the chart type name
java.lang.String[][][][] getAvailableCombTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |