Uses of Interface
net.grelf.grip.RangeSliderUser

Packages that use RangeSliderUser
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of RangeSliderUser in net.grelf.grip
 

Classes in net.grelf.grip that implement RangeSliderUser
 class ImThreshDialogue
          This class is for thresholding a monochrome image, which means making a mask (in the GlassPane) in which pixels are coloured if the corresponding pixel in the image has levels within the threshold range.
 class ImThreshRGBDialogue
          This class is for thresholding an image, which means making a mask (in the GlassPane) in which pixels are coloured if the corresponding pixel in the image has levels within the threshold range.
 

Constructors in net.grelf.grip with parameters of type RangeSliderUser
RangeSlider(RangeInt theLimits, RangeInt initialValues, int orientation, java.awt.Color backgroundColour, int majorTickInterval, int minorTickInterval, java.lang.String theChannelLabel, java.awt.Color borderColour, int borderThickness, RangeSliderUser theCaller)
          The orientation is either javax.swing.SwingConstants.HORIZONTAL or javax.swing.SwingConstants.VERTICAL.