Documentation of 'org.jplot2d.image.FixedLimitsCalculator' Java class
FixedLimitsCalculator
org.jplot2d.image

Class FixedLimitsCalculator

  • All Implemented Interfaces:
    LimitsCalculator


    public class FixedLimitsCalculator
    extends java.lang.Object
    implements LimitsCalculator
    The limits calculator to produce the upper and lower limits to the user given limit values.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FixedLimitsCalculator(double min, double max) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double[] calcLimits(ImageDataBuffer[] dbufArray, java.awt.Dimension[] sizeArray)
      Calculate cutting limits for the given ImageDataBuffers.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixedLimitsCalculator

        public FixedLimitsCalculator(double min,
                                     double max)
    • Method Detail

      • calcLimits

        public double[] calcLimits(ImageDataBuffer[] dbufArray,
                                   java.awt.Dimension[] sizeArray)
        Description copied from interface: LimitsCalculator
        Calculate cutting limits for the given ImageDataBuffers. If the given ImageDataBuffers contains no valid data, null is returned.
        Specified by:
        calcLimits in interface LimitsCalculator
        Parameters:
        dbufArray - ImageDataBuffers for calculation
        sizeArray - the dimension of the given ImageDataBuffers
        Returns:
        low limit and high limit in a double array

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.