|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChartType | |
|---|---|
| com.zfqjava.chart | |
| com.zfqjava.swing | |
| Uses of ChartType in com.zfqjava.chart |
|---|
| Fields in com.zfqjava.chart declared as ChartType | |
|---|---|
static ChartType |
ChartType.BAR
Identify the bar chart type. |
static ChartType |
ChartType.LINE
Identify the line chart type. |
static ChartType |
ChartType.PIE
Identify the pie chart type. |
| Methods in com.zfqjava.chart with parameters of type ChartType | |
|---|---|
static BasicChart |
BasicChart.create(BasicChartModel model,
ChartType type)
|
static BasicChart |
BasicChart.create(ChartType type)
|
| Uses of ChartType in com.zfqjava.swing |
|---|
| Methods in com.zfqjava.swing that return ChartType | |
|---|---|
ChartType |
JBasicChart.getChartType()
Returns the type for this chart. |
| Methods in com.zfqjava.swing with parameters of type ChartType | |
|---|---|
void |
JBasicChart.setChartType(ChartType type)
Sets the type for this chart. |
| Constructors in com.zfqjava.swing with parameters of type ChartType | |
|---|---|
JBasicChart(BasicChartModel model,
ChartType type)
Creates the basic chart with the specified chart type and model. |
|
JBasicChart(ChartType type)
Creates the basic chart with the specified chart type and empty model. |
|
|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||