Uses of Enum
org.openjump.core.rasterimage.styler.ui.GradientCanvas.GradientType
Packages that use GradientCanvas.GradientType
-
Uses of GradientCanvas.GradientType in org.openjump.core.rasterimage.styler.ui
Subclasses with type arguments of type GradientCanvas.GradientType in org.openjump.core.rasterimage.styler.uiMethods in org.openjump.core.rasterimage.styler.ui that return GradientCanvas.GradientTypeModifier and TypeMethodDescriptionGradientCanvas.getType()static GradientCanvas.GradientTypeReturns 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.GradientTypeModifierConstructorDescriptionGradientCanvas(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.