Class IsothermInterval
java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermInterval
IsothermInterval is colorizing pixels inside a range.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.flir.thermalsdk.image.isotherms.Isotherm
Isotherm.Builder, Isotherm.IsothermHolder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMax()Gets the isotherm max.getMin()Gets the isotherm min.getType()Defines a type of the isotherm.voidsetMax(ThermalValue value) Sets the isotherm max.voidsetMin(ThermalValue value) Sets the isotherm min.Methods inherited from class com.flir.thermalsdk.image.isotherms.Isotherm
getBlendingMode, getCustomColor, toString
-
Constructor Details
-
IsothermInterval
public IsothermInterval()
-
-
Method Details
-
getMin
Gets the isotherm min. Pixels between min and max are colorized.- Returns:
- the isotherm min.
-
setMin
Sets the isotherm min. Pixels between min and max are colorized.- Parameters:
value- the isotherm min value.
-
getMax
Gets the isotherm max. Pixels between min and max are colorized.- Returns:
- the isotherm max.
-
setMax
Sets the isotherm max. Pixels between min and max are colorized.- Parameters:
value- the isotherm max value.
-
getType
Description copied from class:IsothermDefines a type of the isotherm.
-