Uses of Interface
com.github.tadukoo.view.paint.gradient.Gradient
Packages that use Gradient
Package
Description
Provides builders for making
Gradients
that can be
used to span an arbitrary space (has a method to generate a Paint when given a Dimension, rather than making a
gradient paint that only works for certain dimensions.-
Uses of Gradient in com.github.tadukoo.view.paint.gradient
Classes in com.github.tadukoo.view.paint.gradient with type parameters of type GradientModifier and TypeClassDescriptionclass
GradientBuilder<GradientType extends Gradient>
Gradient Builder is an abstract builder for aGradient
to be extended by subclasses for making more specific Gradients, e.g.Classes in com.github.tadukoo.view.paint.gradient that implement GradientModifier and TypeClassDescriptionclass
GradientUIResource is simply aLinearGradient
wrapped as aPaintUIResource
so that it can be used in Tadukoo Look & Feel (or other custom Look & Feels if desired).class
Linear Gradient is used to build aGradient
object to use forLinearGradientPaint
.class
Linear Gradient is used to build aGradient
object to use forRadialGradientPaint
.Fields in com.github.tadukoo.view.paint.gradient declared as GradientModifier and TypeFieldDescriptionprivate final Gradient
GradientUIResource.gradient
TheGradient
contained in this Gradient UI resourceConstructors in com.github.tadukoo.view.paint.gradient with parameters of type GradientModifierConstructorDescriptionGradientUIResource
(Gradient gradient) Constructs a Gradient UI Resource using the givenGradient
.