com.xj.anylogic.engine.analysis
Class TimeColorChart.ColorMap

java.lang.Object
  extended by com.xj.anylogic.engine.analysis.TimeColorChart.ColorMap
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TimeColorChart

public abstract static class TimeColorChart.ColorMap
extends java.lang.Object
implements java.io.Serializable

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
TimeColorChart.ColorMap()
           
 
Method Summary
abstract  java.awt.Color colorFromDouble(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeColorChart.ColorMap

public TimeColorChart.ColorMap()
Method Detail

colorFromDouble

public abstract java.awt.Color colorFromDouble(double value)


Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.