Interface RampKeySet.Ramp
-
- Enclosing class:
- RampKeySet
public static interface RampKeySet.RampDefines ramp characteristics by aggregating a Shader and a Scaling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubrangegetDataClip()Returns an adjustment to the default data range which the defined ramp should cover.ScalinggetScaling()Returns the scaling function used to map data values to the shader range.ShadergetShader()Returns this ramp's shader.
-
-
-
Method Detail
-
getShader
Shader getShader()
Returns this ramp's shader.- Returns:
- shader
-
getScaling
Scaling getScaling()
Returns the scaling function used to map data values to the shader range.- Returns:
- scaling
-
getDataClip
Subrange getDataClip()
Returns an adjustment to the default data range which the defined ramp should cover.- Returns:
- input value subrange
-
-