Uses of Class
org.openjump.core.rasterimage.styler.ui.GradientComboBox
-
Packages that use GradientComboBox Package Description org.openjump.core.rasterimage.styler.ui -
-
Uses of GradientComboBox in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui that return GradientComboBox Modifier and Type Method Description static GradientComboBox
GUIUtils. createStandardGradientComboBox(int width, int height)
GradientComboBox
SingleValuesPanel. getGradientComboBox()
GradientComboBox
IntervalPanel. getjComboBox_Gradient()
Methods in org.openjump.core.rasterimage.styler.ui with parameters of type GradientComboBox Modifier and Type Method Description static void
GUIUtils. addGradientComboBoxToList(GradientComboBox gradientCB)
Method to memorize in a List the GradientComboBoxes
-