AnyLogic
Expand
Font size
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 Summary

ConstructorDescription
ColorMap()
Deprecated.
 

Method Summary

Modifier and TypeMethodDescription
abstract ColorcolorFromDouble(double value)
Deprecated.
 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

ColorMap

public ColorMap()
Deprecated.

Method Details

colorFromDouble

public abstract Color colorFromDouble(double value)
Deprecated.