Class IsothermInterval

java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermInterval

public class IsothermInterval extends Isotherm
IsothermInterval is colorizing pixels inside a range.
  • Constructor Details

    • IsothermInterval

      public IsothermInterval()
  • Method Details

    • getMin

      public ThermalValue getMin()
      Gets the isotherm min. Pixels between min and max are colorized.
      Returns:
      the isotherm min.
    • setMin

      public void setMin(ThermalValue value)
      Sets the isotherm min. Pixels between min and max are colorized.
      Parameters:
      value - the isotherm min value.
    • getMax

      public ThermalValue getMax()
      Gets the isotherm max. Pixels between min and max are colorized.
      Returns:
      the isotherm max.
    • setMax

      public void setMax(ThermalValue value)
      Sets the isotherm max. Pixels between min and max are colorized.
      Parameters:
      value - the isotherm max value.
    • getType

      public IsothermType getType()
      Description copied from class: Isotherm
      Defines a type of the isotherm.
      Specified by:
      getType in class Isotherm