Uses of Enum
org.openjump.core.rasterimage.styler.ui.GradientCanvas.GradientOrientation
Packages that use GradientCanvas.GradientOrientation
-
Uses of GradientCanvas.GradientOrientation in org.openjump.core.rasterimage.styler.ui
Subclasses with type arguments of type GradientCanvas.GradientOrientation in org.openjump.core.rasterimage.styler.uiMethods in org.openjump.core.rasterimage.styler.ui that return GradientCanvas.GradientOrientationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GradientCanvas.GradientOrientation[]GradientCanvas.GradientOrientation.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.GradientOrientationModifierConstructorDescriptionGradientCanvas(ColorMapEntry[] colorMapEntries, int width, int height, GradientCanvas.GradientType type, GradientCanvas.GradientOrientation orientation) Construct a JComponent whose background is stretched between colorStart and colorEnd.