Uses of Class
org.openjump.core.rasterimage.styler.ui.GradientCanvas.GradientType
-
Packages that use GradientCanvas.GradientType Package Description org.openjump.core.rasterimage.styler.ui -
-
Uses of GradientCanvas.GradientType in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui that return GradientCanvas.GradientType Modifier and Type Method Description GradientCanvas.GradientType
GradientCanvas. getType()
static GradientCanvas.GradientType
GradientCanvas.GradientType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GradientCanvas.GradientType[]
GradientCanvas.GradientType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjump.core.rasterimage.styler.ui with parameters of type GradientCanvas.GradientType Constructor Description GradientCanvas(ColorMapEntry[] colorMapEntries, int width, int height, GradientCanvas.GradientType type)
Construct a JComponent whose background is stretched between colorStart and colorEnd.GradientCanvas(ColorMapEntry[] colorMapEntries, int width, int height, GradientCanvas.GradientType type, GradientCanvas.GradientOrientation orientation)
Construct a JComponent whose background is stretched between colorStart and colorEnd.
-