jet.webreport
Interface ChartTypeInfo


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

TYPES

static final java.lang.String[] TYPES
Method Detail

getChartTypeNames

java.lang.String[] getChartTypeNames()
Returns all supported chart type names.

Returns:
all supported chart type names

getSubTypeNames

java.lang.String[] getSubTypeNames(java.lang.String type)
Returns all supported chart sub-type names with the specified chart type.

Parameters:
type - the chart type name
Returns:
all supported chart sub-type names.

getAvailableCombTypes

java.lang.String[][][][] getAvailableCombTypes()
Returns all supported combined chart types.

Returns:
all supported combined chart types.