| Package | Description |
|---|---|
| org.aoju.bus.core.image.element |
图像处理元素封装
|
| org.aoju.bus.core.lang |
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
|
| Modifier and Type | Method and Description |
|---|---|
Scale.Gradient |
RectangleElement.getGradient() |
| Modifier and Type | Method and Description |
|---|---|
RectangleElement |
RectangleElement.setGradient(Color fromColor,
Color toColor,
int fromExtend,
int toExtend,
Scale.Gradient gradient)
设置渐变
|
RectangleElement |
RectangleElement.setGradient(Color fromColor,
Color toColor,
Scale.Gradient gradient)
设置渐变
|
| Modifier and Type | Method and Description |
|---|---|
static Scale.Gradient |
Scale.Gradient.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scale.Gradient[] |
Scale.Gradient.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.