Uses of Enum Class
org.aoju.bus.core.lang.Scale.Gradient
Packages that use Scale.Gradient
Package
Description
图像处理元素封装
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
-
Uses of Scale.Gradient in org.aoju.bus.core.image.element
Methods in org.aoju.bus.core.image.element that return Scale.GradientMethods in org.aoju.bus.core.image.element with parameters of type Scale.GradientModifier and TypeMethodDescriptionRectangleElement.setGradient(Color fromColor, Color toColor, int fromExtend, int toExtend, Scale.Gradient gradient) 设置渐变RectangleElement.setGradient(Color fromColor, Color toColor, Scale.Gradient gradient) 设置渐变 -
Uses of Scale.Gradient in org.aoju.bus.core.lang
Methods in org.aoju.bus.core.lang that return Scale.GradientModifier and TypeMethodDescriptionstatic Scale.GradientReturns the enum constant of this class with the specified name.static Scale.Gradient[]Scale.Gradient.values()Returns an array containing the constants of this enum class, in the order they are declared.