Package org.apache.sedona.viz.core
Class ColoringRule
- java.lang.Object
-
- org.apache.sedona.viz.core.ColoringRule
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LinearFunction
,PiecewiseFunction
public abstract class ColoringRule extends Object implements Serializable
The Class ColoringRule.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColoringRule()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Integer
EncodeToRGB(Double normalizedCount, GlobalParameter globalParameter)
Encode to RGB.
-
-
-
Method Detail
-
EncodeToRGB
public abstract Integer EncodeToRGB(Double normalizedCount, GlobalParameter globalParameter) throws Exception
Encode to RGB.- Parameters:
normalizedCount
- the normalized countglobalParameter
- the global parameter- Returns:
- the integer
- Throws:
Exception
- the exception
-
-