| Package | Description |
|---|---|
| org.aoju.bus.core.image |
图像处理相关类封装
|
| org.aoju.bus.core.image.element |
图像处理元素封装
|
| Modifier and Type | Method and Description |
|---|---|
RectangleElement |
Images.addRectangleElement(int x,
int y,
int width,
int height)
添加矩形元素
|
| Modifier and Type | Method and Description |
|---|---|
RectangleElement |
RectangleElement.setColor(Color color) |
RectangleElement |
RectangleElement.setColor(int r,
int g,
int b) |
RectangleElement |
RectangleElement.setGradient(Color fromColor,
Color toColor,
int fromExtend,
int toExtend,
Scale.Gradient gradient)
设置渐变
|
RectangleElement |
RectangleElement.setGradient(Color fromColor,
Color toColor,
Scale.Gradient gradient)
设置渐变
|
RectangleElement |
RectangleElement.setHeight(Integer height) |
RectangleElement |
RectangleElement.setRoundCorner(Integer roundCorner) |
RectangleElement |
RectangleElement.setWidth(Integer width) |
Copyright © 2022. All rights reserved.