Uses of Interface
com.github.tadukoo.view.paint.gradient.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
Modifier 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.Modifier 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
.Modifier and TypeFieldDescriptionprivate final Gradient
GradientUIResource.gradient
TheGradient
contained in this Gradient UI resourceModifierConstructorDescriptionGradientUIResource
(Gradient gradient) Constructs a Gradient UI Resource using the givenGradient
.