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 TypeClassDescriptionclassGradientBuilder<GradientType extends Gradient>Gradient Builder is an abstract builder for aGradientto be extended by subclasses for making more specific Gradients, e.g.Classes in com.github.tadukoo.view.paint.gradient that implement GradientModifier and TypeClassDescriptionclassGradientUIResource is simply aLinearGradientwrapped as aPaintUIResourceso that it can be used in Tadukoo Look & Feel (or other custom Look & Feels if desired).classLinear Gradient is used to build aGradientobject to use forLinearGradientPaint.classLinear Gradient is used to build aGradientobject to use forRadialGradientPaint.Fields in com.github.tadukoo.view.paint.gradient declared as GradientModifier and TypeFieldDescriptionprivate final GradientGradientUIResource.gradientTheGradientcontained 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.