Package com.anylogic.engine.analysis
- java.lang.Object
- com.anylogic.engine.analysis.TimeColorChart.ColorMap
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TimeColorChart
@Deprecated @AnyLogicLegacyAPI public abstract static class TimeColorChart.ColorMap extends Object implements Serializable
Deprecated.
The class used to convert double values to Color. Such converter is only
used when the ChartTimeColor is constructed without Presentable object.
The colorFromDouble method must be defined.
- See Also:
- Serialized Form
Constructor | Description |
---|---|
ColorMap() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Color | colorFromDouble |
Deprecated.
|
public ColorMap()
Deprecated.
public abstract Color colorFromDouble(double value)
Deprecated.