Uses of Class
org.openjump.core.rasterimage.styler.ui.ColorsTablePanel.TableType
-
Packages that use ColorsTablePanel.TableType Package Description org.openjump.core.rasterimage.styler.ui -
-
Uses of ColorsTablePanel.TableType in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui that return ColorsTablePanel.TableType Modifier and Type Method Description static ColorsTablePanel.TableType
ColorsTablePanel.TableType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ColorsTablePanel.TableType[]
ColorsTablePanel.TableType. 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 ColorsTablePanel.TableType Constructor Description ColorsTablePanel(Component parent, ColorsTablePanel.TableType tableType, ColorMapEntry[] colorMapEntries, Double noDataValue, boolean integerValues)
GradientTablePanel(Component parent, ColorsTablePanel.TableType tableType, ColorMapEntry[] colorMapEntries, Double noDataValue, boolean integerValues, JPanel panel)
Constructor for creating the panel that contains the table with the gradient's colors.
-