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 classBuilder forIsotherm.IsothermHolder.static classTemporary 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 CustomColorGets custom color set for isotherm colorization.abstract IsothermTypegetType()Defines a type of the isotherm.@NotNull StringtoString()
-
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
CustomColorcurrently set or null ifCustomColoris not set.
-
getBlendingMode
Gets the appearance of the isotherm.- Returns:
- Returns the
BlendingMode.
-