|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RangeInt | |
---|---|
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: 11.11.21 |
Uses of RangeInt in net.grelf.grip |
---|
Fields in net.grelf.grip declared as RangeInt | |
---|---|
RangeInt[] |
Threshold.th
The threshold ranges, one per channel. |
Methods in net.grelf.grip that return RangeInt | |
---|---|
RangeInt[] |
Image.getChannelRanges()
Find the range of values in each channel, as pairs of int values. |
RangeInt[] |
ImageDouble.getChannelRanges()
Find the range of values in each channel, as pairs of int values - NB: MAY OVERFLOW. |
RangeInt[] |
ImageInt.getChannelRanges()
Find the range of values in each channel, as pairs of int values. |
RangeInt |
Image.getOverallRange()
Get overall range of values across all channels, as a pair of int values |
RangeInt |
ImageDouble.getOverallRange()
Get overall range of values across all channels, as a pair of int values - NB: MAY OVERFLOW. |
RangeInt |
ImageInt.getOverallRange()
Get overall range of values across all channels, as a pair of int values. |
RangeInt |
Image.getRange()
Get the minimum and maximum values occurring across all channels, as a pair of int values. |
RangeInt |
ImageDouble.getRange()
Get the minimum and maximum values occurring, across all channels. |
RangeInt |
ImageInt.getRange()
Get the minimum and maximum values occurring, across all channels. |
Methods in net.grelf.grip with parameters of type RangeInt | |
---|---|
void |
Image.applyCurve(RangeInt currentRange,
java.util.List<java.awt.Point> points,
java.awt.image.BufferedImage bim)
Apply a look-up curve to transform data pixels into BufferedImage pixels. |
void |
ImageDouble.applyCurve(RangeInt currentRange,
java.util.List<java.awt.Point> points,
java.awt.image.BufferedImage bim)
Apply a look-up curve to transform Image pixels into BufferedImage pixels. |
void |
ImageInt.applyCurve(RangeInt currentRange,
java.util.List<java.awt.Point> points,
java.awt.image.BufferedImage bim)
Apply a look-up curve to transform accumulator pixels into BufferedImage pixels or, if the BufferedImage is null, back into the accumulator. |
void |
ImThreshDialogue.rangeChanged(RangeSlider slider,
RangeInt newValues)
Implementing RangeSliderUser, to respond to changes in the sliders. |
void |
ImThreshRGBDialogue.rangeChanged(RangeSlider slider,
RangeInt newValues)
Implementing RangeSliderUser, to respond to changes in the sliders. |
void |
RangeSliderUser.rangeChanged(RangeSlider slider,
RangeInt newValues)
Call-back method invoked by a RangeSlider when its values change. |
void |
Image.save(java.lang.String filePath,
RangeInt range)
Save on disc: faster version if the range of values occurring in the Image is already known. |
void |
ImageDouble.save(java.lang.String filePath,
RangeInt range)
Save on disc: faster version if the range of values occurring in the accumulator is already known. |
void |
ImageInt.save(java.lang.String filePath,
RangeInt range)
Save on disc: faster version if the range of values occurring in the accumulator is already known. |
void |
Image.scale(RangeInt[] currentChannelRanges,
java.awt.image.BufferedImage bim)
Offset and scale all values to fit into the supplied BufferedImage. |
void |
ImageDouble.scale(RangeInt[] currentChannelRanges,
java.awt.image.BufferedImage bim)
Deprecated. |
void |
ImageInt.scale(RangeInt[] currentChannelRanges,
java.awt.image.BufferedImage bim)
Deprecated. |
void |
Image.scale(RangeInt[] currentChannelRanges,
RangeInt[] targetChannelRanges)
Offset and scale all values to fit in the given target ranges. |
void |
Image.scale(RangeInt[] currentChannelRanges,
RangeInt[] targetChannelRanges)
Offset and scale all values to fit in the given target ranges. |
void |
ImageDouble.scale(RangeInt[] currentChannelRanges,
RangeInt[] targetChannelRanges)
Deprecated. |
void |
ImageDouble.scale(RangeInt[] currentChannelRanges,
RangeInt[] targetChannelRanges)
Deprecated. |
void |
ImageInt.scale(RangeInt[] currentChannelRanges,
RangeInt[] targetChannelRanges)
Deprecated. |
void |
ImageInt.scale(RangeInt[] currentChannelRanges,
RangeInt[] targetChannelRanges)
Deprecated. |
protected void |
ImageInt.setRange(RangeInt range)
|
Constructors in net.grelf.grip with parameters of type RangeInt | |
---|---|
Histogram(java.awt.image.BufferedImage bim,
PointList ps,
DrawingMode mode,
RangeInt range)
In this version of the constructor (called by the others) a RangeInt determines the x-axis labels (only - need not be consistent with range of levels in image). |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |