Class ProMTraceView.AbstractEvent
- java.lang.Object
-
- org.processmining.framework.util.ui.widgets.traceview.ProMTraceView.AbstractEvent
-
- All Implemented Interfaces:
ProMTraceView.Event
- Direct Known Subclasses:
ProMTraceView.AbstractExtendedEvent,ProMTraceView.AbstractSplittedEvent,ProMTraceView.DefaultEvent
- Enclosing class:
- ProMTraceView
public abstract static class ProMTraceView.AbstractEvent extends java.lang.Object implements ProMTraceView.Event
An abstract implementation ofProMTraceView.Eventthat returns an empty event.- Author:
- F. Mannhardt
-
-
Constructor Summary
Constructors Constructor Description AbstractEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetBorderColor()java.lang.StringgetBottomLabel()java.lang.StringgetBottomLabel2()java.awt.ColorgetBottomLabel2Color()java.awt.ColorgetBottomLabelColor()java.lang.StringgetLabel()java.awt.ColorgetLabelColor()java.lang.StringgetTopLabel()java.awt.ColorgetTopLabelColor()java.awt.ColorgetWedgeColor()
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceProMTraceView.Event- Returns:
- the label of this event
-
getWedgeColor
public java.awt.Color getWedgeColor()
- Specified by:
getWedgeColorin interfaceProMTraceView.Event- Returns:
- the color of the wedge
-
getTopLabel
public java.lang.String getTopLabel()
- Specified by:
getTopLabelin interfaceProMTraceView.Event- Returns:
- label that is displayed on top of the event
-
getBottomLabel
public java.lang.String getBottomLabel()
- Specified by:
getBottomLabelin interfaceProMTraceView.Event- Returns:
- label that is displayed in the first row below of the event
-
getBottomLabel2
public java.lang.String getBottomLabel2()
- Specified by:
getBottomLabel2in interfaceProMTraceView.Event- Returns:
- label that is displayed in the second row below of the event
-
getLabelColor
public java.awt.Color getLabelColor()
- Specified by:
getLabelColorin interfaceProMTraceView.Event- Returns:
- the text color of the label
-
getTopLabelColor
public java.awt.Color getTopLabelColor()
- Specified by:
getTopLabelColorin interfaceProMTraceView.Event- Returns:
- the text color of the top label
-
getBottomLabelColor
public java.awt.Color getBottomLabelColor()
- Specified by:
getBottomLabelColorin interfaceProMTraceView.Event- Returns:
- the text color of the bottom label
-
getBottomLabel2Color
public java.awt.Color getBottomLabel2Color()
- Specified by:
getBottomLabel2Colorin interfaceProMTraceView.Event- Returns:
- the text color of the second bottom label
-
getBorderColor
public java.awt.Color getBorderColor()
- Specified by:
getBorderColorin interfaceProMTraceView.Event- Returns:
- the color of the border
-
-