Uses of Class
com.jhlabs.image.Gradient

Packages that use Gradient
com.jhlabs.image   
 

Uses of Gradient in com.jhlabs.image
 

Methods in com.jhlabs.image that return Gradient
static Gradient Gradient.randomGradient()
          Build a random gradient.
 

Methods in com.jhlabs.image with parameters of type Gradient
 void Gradient.copyTo(Gradient g)
          Copy one Gradient into another.