public interface IElement
| 限定符和类型 | 方法和说明 |
|---|---|
CoordinatePoint |
render(Graphics2D g,
int canvasWidth,
int canvasHeight)
渲染
|
CoordinatePoint render(Graphics2D g, int canvasWidth, int canvasHeight) throws Exception
g - 画笔canvasWidth - 画板宽度canvasHeight - 画板高度ExceptionCopyright © 2025. All rights reserved.