public interface GraphicsProvider
| 限定符和类型 | 方法和说明 |
|---|---|
void |
drawImage(float x,
float y,
byte[] data)
The upper left corner is the origin.
|
void |
drawMultiLineString(float x,
float y,
List<String> text)
The upper left corner is the origin.
|
void |
drawString(float x,
float y,
String text)
The upper left corner is the origin.
|
void drawString(float x,
float y,
String text)
x - x coordinatey - y coordinatetext - textvoid drawMultiLineString(float x,
float y,
List<String> text)
x - x coordinatey - y coordinatetext - textvoid drawImage(float x,
float y,
byte[] data)
x - x coordinatey - y coordinatedata - image dataCopyright © 2024. All rights reserved.