| 程序包 | 说明 |
|---|---|
| org.meteoinfo.drawing | |
| org.meteoinfo.legend |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
Draw.drawPoint(PointStyle aPS,
PointF aP,
Color color,
Color outlineColor,
float aSize,
Boolean drawOutline,
Boolean drawFill,
Graphics2D g) |
Draw point
|
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected PointStyle |
PointBreak.style |
|
protected PointStyle |
PolylineBreak.symbolStyle |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
PointStyle |
PointBreak.getStyle() |
Get point style
|
PointStyle |
PolylineBreak.getSymbolStyle() |
Get symbol style
|
static PointStyle |
PointStyle.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static PointStyle[] |
PointStyle.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
LegendView.setLegendBreak_PointStyle(PointStyle aPS) |
Set legend break point style
|
void |
LegendView.setLegendBreak_SymbolStyle(PointStyle symbolStyle) |
Set legend break symbol size
|
void |
PointBreak.setStyle(PointStyle value) |
Set point style
|
void |
PolylineBreak.setSymbolStyle(PointStyle style) |
Set symbol style
|
Copyright © 2019. All rights reserved.