| 程序包 | 说明 |
|---|---|
| org.meteoinfo.layout |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
LayoutGraphic |
MapLayout.addText(String text,
int x,
int y) |
Add a text label element
|
LayoutGraphic |
MapLayout.addText(String text,
int x,
int y,
float fontSize) |
Add a text label element
|
LayoutGraphic |
MapLayout.addText(String text,
int x,
int y,
String fontName,
float fontSize) |
Add a text label element
|
LayoutGraphic |
MapLayout.addWindArrow(int left,
int top) |
|
LayoutGraphic |
MapLayout.getText(String text) |
Get a text graphic by text string
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<LayoutGraphic> |
MapLayout.getLayoutGraphics() |
Get layout graphic list
|
List<LayoutGraphic> |
MapLayout.getTexts() |
Get text graphic list
|
Copyright © 2019. All rights reserved.