Uses of Class
ij2x.plugin.color.AbstractColorWheel

Packages that use AbstractColorWheel
ij2x.plugin.color   
 

Uses of AbstractColorWheel in ij2x.plugin.color
 

Subclasses of AbstractColorWheel in ij2x.plugin.color
 class ColorWheelPolar
          Produces the image of a JColorWheel by interpreting two components of a ColorSpace as polar coordinates (angle and radius).
 

Fields in ij2x.plugin.color declared as AbstractColorWheel
protected  AbstractColorWheel ColorWheelPanel.colorWheelProducer
           
 

Methods in ij2x.plugin.color that return AbstractColorWheel
protected  AbstractColorWheel ColorWheelPanel.createWheelProducer(int w, int h)