Class Isotherm
java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
- Direct Known Subclasses:
IsothermAbove
,IsothermBelow
,IsothermHumidity
,IsothermInsulation
,IsothermInterval
This class represents an Isotherm object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder forIsotherm.IsothermHolder
.static class
Temporary object used to hold the information about the isotherm prior to adding it to the collection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the appearance of the isotherm.@Nullable CustomColor
Gets custom color set for isotherm colorization.abstract IsothermType
getType()
Defines a type of the isotherm.@NotNull String
toString()
-
Constructor Details
-
Isotherm
public Isotherm()
-
-
Method Details
-
toString
-
getType
Defines a type of the isotherm. -
getCustomColor
Gets custom color set for isotherm colorization.- Returns:
- Returns
CustomColor
currently set or null ifCustomColor
is not set.
-
getBlendingMode
Gets the appearance of the isotherm.- Returns:
- Returns the
BlendingMode
.
-