|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xj.anylogic.engine.analysis.TimeColorChart.ColorMap
public abstract static class TimeColorChart.ColorMap
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.
| 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 |
|---|
public TimeColorChart.ColorMap()
| Method Detail |
|---|
public abstract java.awt.Color colorFromDouble(double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||