public interface TraceColourMap
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColour(int traceIndex)
Warning: this method is called in the animation loop.
|
java.awt.Color |
getColour(IvMTrace trace) |
java.lang.String |
getValue(IvMTrace trace)
This method is less critical than getColour() and is not executed in the
animation thread.
|
java.awt.Color getColour(int traceIndex)
traceIndex
- java.awt.Color getColour(IvMTrace trace)
trace
- java.lang.String getValue(IvMTrace trace)
trace
-