public static class LogHTracePanel.Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.awt.Color |
chevronFillColor |
int |
chevronHeight |
int |
chevronInset |
java.awt.Stroke |
chevronStroke |
java.awt.Color |
chevronStrokeActiveColor |
java.awt.Color |
chevronStrokeColor |
java.awt.Color |
chevronTextColor |
int |
chevronTextPad |
int |
chevronWidth |
int |
chevronZActive |
int |
chevronZDefault |
java.awt.Color |
infoBoxFillColor |
int |
infoBoxHeight |
int |
infoBoxOffset |
java.awt.Color |
infoBoxTextColor |
int |
infoBoxTextPadding |
int |
infoBoxWidth |
int |
offsetX |
int |
offsetY |
java.awt.Font |
textFont |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getChevronFillColor(java.lang.String text,
boolean active) |
java.awt.Color |
getChevronStrokeColor(java.lang.String text,
boolean active) |
java.awt.Color |
getChevronTextColor(java.lang.String text,
boolean active) |
int |
getZLayer(java.lang.String text,
boolean active) |
public int offsetX
public int offsetY
public java.awt.Font textFont
public int chevronWidth
public int chevronHeight
public int chevronInset
public int chevronTextPad
public java.awt.Stroke chevronStroke
public java.awt.Color chevronStrokeColor
public java.awt.Color chevronStrokeActiveColor
public java.awt.Color chevronFillColor
public java.awt.Color chevronTextColor
public int infoBoxWidth
public int infoBoxHeight
public int infoBoxOffset
public java.awt.Color infoBoxFillColor
public java.awt.Color infoBoxTextColor
public int infoBoxTextPadding
public int chevronZActive
public int chevronZDefault
public java.awt.Color getChevronFillColor(java.lang.String text, boolean active)
public java.awt.Color getChevronStrokeColor(java.lang.String text, boolean active)
public java.awt.Color getChevronTextColor(java.lang.String text, boolean active)
public int getZLayer(java.lang.String text, boolean active)