Interface ProMTraceView.Event
-
- All Known Subinterfaces:
ProMTraceView.ExtendedEvent,ProMTraceView.SplittedEvent
- All Known Implementing Classes:
ProMTraceView.AbstractEvent,ProMTraceView.AbstractExtendedEvent,ProMTraceView.AbstractSplittedEvent,ProMTraceView.DefaultEvent,ProMTraceView.DefaultSplittedEvent
- Enclosing class:
- ProMTraceView
public static interface ProMTraceView.EventAn Event with labels and colors. It is safe for methods to return NULL.- Author:
- F. Mannhardt
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
getWedgeColor
java.awt.Color getWedgeColor()
- Returns:
- the color of the wedge
-
getBorderColor
java.awt.Color getBorderColor()
- Returns:
- the color of the border
-
getLabel
java.lang.String getLabel()
- Returns:
- the label of this event
-
getLabelColor
java.awt.Color getLabelColor()
- Returns:
- the text color of the label
-
getTopLabel
java.lang.String getTopLabel()
- Returns:
- label that is displayed on top of the event
-
getTopLabelColor
java.awt.Color getTopLabelColor()
- Returns:
- the text color of the top label
-
getBottomLabel
java.lang.String getBottomLabel()
- Returns:
- label that is displayed in the first row below of the event
-
getBottomLabelColor
java.awt.Color getBottomLabelColor()
- Returns:
- the text color of the bottom label
-
getBottomLabel2
java.lang.String getBottomLabel2()
- Returns:
- label that is displayed in the second row below of the event
-
getBottomLabel2Color
java.awt.Color getBottomLabel2Color()
- Returns:
- the text color of the second bottom label
-
-