Package | Description |
---|---|
org.richfaces.ui.output.chart |
Modifier and Type | Field and Description |
---|---|
protected ChartDataModel.ChartType |
ChartDataModel.type |
Modifier and Type | Method and Description |
---|---|
abstract ChartDataModel.ChartType |
AbstractSeries.getType()
The attributes define type of a chart.
|
ChartDataModel.ChartType |
UISeries.getType() |
ChartDataModel.ChartType |
ChartDataModel.getType() |
static ChartDataModel.ChartType |
ChartDataModel.ChartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartDataModel.ChartType[] |
ChartDataModel.ChartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UISeries.setType(ChartDataModel.ChartType type) |
Constructor and Description |
---|
ChartDataModel(ChartDataModel.ChartType type) |
DateChartDataModel(ChartDataModel.ChartType type) |
NumberChartDataModel(ChartDataModel.ChartType type) |
StringChartDataModel(ChartDataModel.ChartType type) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.