public class InterferingUtil extends Object
| 构造器和说明 |
|---|
InterferingUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
drawBesselLine(int num,
Color color,
Graphics2D g,
int width,
int height)
随机画贝塞尔曲线
|
void |
drawBesselLine(int num,
Graphics2D g,
int width,
int height)
随机画贝塞尔曲线
|
void |
drawOval(int num,
Color color,
Graphics2D g,
int width,
int height)
随机画干扰圆
|
void |
drawOval(int num,
Graphics2D g,
int width,
int height)
随机画干扰圆
|
public void drawOval(int num,
Graphics2D g,
int width,
int height)
num - 数量g - Graphics2Dpublic void drawOval(int num,
Color color,
Graphics2D g,
int width,
int height)
num - 数量color - 颜色g - Graphics2Dpublic void drawBesselLine(int num,
Graphics2D g,
int width,
int height)
num - 数量g - Graphics2Dpublic void drawBesselLine(int num,
Color color,
Graphics2D g,
int width,
int height)
num - 数量color - 颜色g - Graphics2DCopyright © 2022. All rights reserved.