public class TraceColourMapAttributeTime extends java.lang.Object implements TraceColourMap
Constructor and Description |
---|
TraceColourMapAttributeTime(IvMLogNotFiltered log,
org.processmining.plugins.inductiveminer2.attributes.Attribute attribute,
org.processmining.plugins.graphviz.colourMaps.ColourMap colourMap,
long min,
long max) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
attributeValue2colour(org.deckfour.xes.model.XAttributable trace) |
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.
|
public TraceColourMapAttributeTime(IvMLogNotFiltered log, org.processmining.plugins.inductiveminer2.attributes.Attribute attribute, org.processmining.plugins.graphviz.colourMaps.ColourMap colourMap, long min, long max)
public java.awt.Color attributeValue2colour(org.deckfour.xes.model.XAttributable trace)
public java.awt.Color getColour(int traceIndex)
TraceColourMap
getColour
in interface TraceColourMap
public java.awt.Color getColour(IvMTrace trace)
getColour
in interface TraceColourMap
public java.lang.String getValue(IvMTrace trace)
TraceColourMap
getValue
in interface TraceColourMap