| 程序包 | 说明 |
|---|---|
| com.freeway.image.combiner | |
| com.freeway.image.combiner.element |
| 限定符和类型 | 方法和说明 |
|---|---|
RectangleElement |
ImageCombiner.addRectangleElement(int x,
int y,
int width,
int height)
添加矩形元素
|
| 限定符和类型 | 方法和说明 |
|---|---|
RectangleElement |
RectangleElement.setColor(Color color) |
RectangleElement |
RectangleElement.setColor(int r,
int g,
int b) |
RectangleElement |
RectangleElement.setGradient(Color fromColor,
Color toColor,
GradientDirection gradientDirection)
设置渐变
|
RectangleElement |
RectangleElement.setGradient(Color fromColor,
Color toColor,
int fromExtend,
int toExtend,
GradientDirection gradientDirection)
设置渐变
|
RectangleElement |
RectangleElement.setHeight(Integer height) |
RectangleElement |
RectangleElement.setRoundCorner(Integer roundCorner) |
RectangleElement |
RectangleElement.setWidth(Integer width) |
Copyright © 2021. All rights reserved.