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.void
setMax
(ThermalValue value) Sets the isotherm max.void
setMin
(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:Isotherm
Defines a type of the isotherm.
-