Package | Description |
---|---|
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: 18.3.3 |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|