|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartType | |
---|---|
org.hackystat.projectbrowser.googlechart | Provides the Google Chart classes. |
Uses of ChartType in org.hackystat.projectbrowser.googlechart |
---|
Methods in org.hackystat.projectbrowser.googlechart that return ChartType | |
---|---|
ChartType |
GoogleChart.getChartType()
|
static ChartType |
ChartType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChartType[] |
ChartType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hackystat.projectbrowser.googlechart with parameters of type ChartType | |
---|---|
void |
GoogleChart.setChartType(ChartType chartType)
|
Constructors in org.hackystat.projectbrowser.googlechart with parameters of type ChartType | |
---|---|
GoogleChart(ChartType chartType,
int width,
int height)
initialize the chart with indispensable parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |