Uses of Class
ij2x.plugin.color.ColorWheelPanel.Type

Packages that use ColorWheelPanel.Type
ij2x.plugin.color   
 

Uses of ColorWheelPanel.Type in ij2x.plugin.color
 

Methods in ij2x.plugin.color that return ColorWheelPanel.Type
static ColorWheelPanel.Type ColorWheelPanel.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorWheelPanel.Type[] ColorWheelPanel.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ij2x.plugin.color with parameters of type ColorWheelPanel.Type
 void ColorWheelPanel.setType(ColorWheelPanel.Type type)