org.jplot2d.image
Interface LimitsCalculator
-
- All Known Implementing Classes:
- FixedLimitsCalculator, MinMaxCalculator, PercentCalculator
public interface LimitsCalculatorThe limits calculator to produce the upper and lower limits according to the given ImageDataBuffer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double[]calcLimits(ImageDataBuffer[] dbufArray, java.awt.Dimension[] sizeArray)Calculate cutting limits for the given ImageDataBuffers.
-
-
-
Method Detail
-
calcLimits
double[] calcLimits(ImageDataBuffer[] dbufArray, java.awt.Dimension[] sizeArray)
Calculate cutting limits for the given ImageDataBuffers. If the given ImageDataBuffers contains no valid data,nullis returned.- Parameters:
dbufArray- ImageDataBuffers for calculationsizeArray- the dimension of the given ImageDataBuffers- Returns:
- low limit and high limit in a double array
-
-
DMelt 3.0 © DataMelt by jWork.ORG