Uses of Class
org.openjump.core.rasterimage.styler.ui.GradientCanvas.GradientOrientation
-
Packages that use GradientCanvas.GradientOrientation Package Description org.openjump.core.rasterimage.styler.ui -
-
Uses of GradientCanvas.GradientOrientation in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui that return GradientCanvas.GradientOrientation Modifier and Type Method Description static GradientCanvas.GradientOrientation
GradientCanvas.GradientOrientation. valueOf(String name)
Returns 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.GradientOrientation Constructor Description GradientCanvas(ColorMapEntry[] colorMapEntries, int width, int height, GradientCanvas.GradientType type, GradientCanvas.GradientOrientation orientation)
Construct a JComponent whose background is stretched between colorStart and colorEnd.
-