Uses of Class
com.jhlabs.image.Gradient
-
Packages that use Gradient Package Description com.jhlabs.image -
-
Uses of Gradient in com.jhlabs.image
Methods in com.jhlabs.image that return Gradient Modifier and Type Method Description static Gradient
Gradient. randomGradient()
Build a random gradient.Methods in com.jhlabs.image with parameters of type Gradient Modifier and Type Method Description void
Gradient. copyTo(Gradient g)
Copy one Gradient into another.
-