Uses of Enum
org.openjump.core.rasterimage.styler.ui.ColorsTablePanel.TableType
Packages that use ColorsTablePanel.TableType
-
Uses of ColorsTablePanel.TableType in org.openjump.core.rasterimage.styler.ui
Subclasses with type arguments of type ColorsTablePanel.TableType in org.openjump.core.rasterimage.styler.uiMethods in org.openjump.core.rasterimage.styler.ui that return ColorsTablePanel.TableTypeModifier and TypeMethodDescriptionstatic ColorsTablePanel.TableTypeReturns 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.TableTypeModifierConstructorDescriptionColorsTablePanel(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.