| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart | |
| org.meteoinfo.chart.axis | |
| org.meteoinfo.chart.plot |
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ChartText3D |
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected ChartText |
ChartLegend.label |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ChartText |
ChartLegend.getLabel() |
Get label
|
ChartText |
Chart.getSubTitle() |
Get sub title
|
ChartText |
Chart.getTitle() |
Get title
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<ChartText> |
ChartColorBar.getTickLabels() |
Get tick labels
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
Chart.addText(ChartText text) |
Add text
|
void |
ChartLegend.setLabel(ChartText value) |
Set label
|
void |
Chart.setSubTitle(ChartText value) |
Set sub title
|
void |
Chart.setTitle(ChartText value) |
Set title
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
ChartColorBar.setTickLabels(List<ChartText> value) |
Set tick labels.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ChartText |
Axis.getLabel() |
Get axis label
|
ChartText |
Axis.getMaxLenText() |
Get tick label text with maximum length
|
ChartText |
Axis.getMaxLinesText() |
Get tick label text with maximum lines
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<ChartText> |
Axis.getTickLabels() |
Get tick labels
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
Axis.setLabel(ChartText value) |
Set axis label
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
Axis.setTickLabels(List<ChartText> value) |
Set tick labels.
|
| 构造器 | 说明 |
|---|---|
Axis(ChartText label) |
Constructor
|
Axis(ChartText label,
boolean xAxis) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ChartText |
AbstractPlot2D.getLeftTitle() |
Get left sub title
|
ChartText |
AbstractPlot2D.getRightTitle() |
Get right sub title
|
ChartText |
AbstractPlot2D.getTitle() |
Get title
|
ChartText |
Plot3D.getTitle() |
Get title
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<ChartText> |
AbstractPlot2D.getTexts() |
Get texts
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
AbstractPlot2D.addText(ChartText text) |
Add text
|
void |
MapPlot.addText(ChartText text) |
|
void |
AbstractPlot2D.setLeftTitle(ChartText value) |
Set left sub title
|
void |
AbstractPlot2D.setRightTitle(ChartText value) |
Set right sub title
|
void |
AbstractPlot2D.setTitle(ChartText value) |
Set title
|
void |
Plot3D.setTitle(ChartText value) |
Set title
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
AbstractPlot2D.setTexts(List<ChartText> value) |
Set texts
|
Copyright © 2019. All rights reserved.