| Package | Description |
|---|---|
| org.aoju.bus.core.image |
图像处理相关类封装
|
| org.aoju.bus.core.image.element |
图像处理元素封装
|
| org.aoju.bus.core.image.painter |
图像处理绘制器封装
|
| Modifier and Type | Method and Description |
|---|---|
void |
Images.addElement(AbstractElement element)
添加元素(图片或文本)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement<T extends AbstractElement>
合并元素抽象类
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageElement
图片元素
|
class |
RectangleElement
矩形元素
|
class |
TextElement
文本元素
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextPainter.draw(Graphics2D g,
AbstractElement element,
int canvasWidth) |
void |
RectanglePainter.draw(Graphics2D g,
AbstractElement element,
int canvasWidth) |
void |
Painter.draw(Graphics2D g,
AbstractElement element,
int canvasWidth) |
void |
ImagePainter.draw(Graphics2D g,
AbstractElement element,
int canvasWidth) |
static Painter |
PainterFactory.newInstance(AbstractElement element) |
Copyright © 2021. All rights reserved.