| 程序包 | 说明 |
|---|---|
| im.dart.boot.common.data | |
| im.dart.boot.common.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static Point |
Point.of(double x,
double y) |
static Point |
Point.of(int x,
int y) |
static Point |
Point.of(int x,
int y,
int z) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BufferedImage |
ImageUtil.drawLine(BufferedImage image,
Point a,
Point b,
Color color) |
static BufferedImage |
ImageUtil.drawText(BufferedImage image,
String text,
Point start,
Color color,
int fontSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BufferedImage |
ImageUtil.drawInterestPoint(BufferedImage image,
List<Point> points) |
Copyright © 2022. All rights reserved.