Uses of Enum Class
com.luciad.util.TLcdColorMap.LevelInclusion
Packages that use TLcdColorMap.LevelInclusion
-
Uses of TLcdColorMap.LevelInclusion in com.luciad.util
Methods in com.luciad.util that return TLcdColorMap.LevelInclusionModifier and TypeMethodDescriptionTLcdColorMap.getLevelInclusion()
Gets how the levels are interpreted when retrieving values usingTLcdColorMap.retrieveColor(double)
.static TLcdColorMap.LevelInclusion
Returns the enum constant of this class with the specified name.static TLcdColorMap.LevelInclusion[]
TLcdColorMap.LevelInclusion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.util with parameters of type TLcdColorMap.LevelInclusionModifier and TypeMethodDescriptionvoid
TLcdColorMap.setLevelInclusion
(TLcdColorMap.LevelInclusion aLevelInclusion) Sets how the levels are interpreted when retrieving values usingTLcdColorMap.retrieveColor(double)
.