| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart | |
| org.meteoinfo.chart.plot |
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected PlotOrientation |
ChartLegend.orientation |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
PlotOrientation |
ChartLegend.getPlotOrientation() |
Get plot orientation
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
ChartLegend.setPlotOrientation(PlotOrientation value) |
Set plot orientation
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
PlotOrientation |
AbstractPlot2D.getPlotOrientation() |
Get plot orientation
|
static PlotOrientation |
PlotOrientation.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static PlotOrientation[] |
PlotOrientation.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
AbstractPlot2D.setPlotOrientation(PlotOrientation value) |
Set plot orientation
|
| 构造器 | 说明 |
|---|---|
XY1DPlot(boolean isTime,
PlotOrientation orientation,
XYDataset dateset) |
Constructor
|
XY1DPlot(PlotOrientation orientation,
XYDataset dateset) |
Constructor
|
Copyright © 2019. All rights reserved.