public static interface VcsLogHighlighter.VcsCommitStyle
Modifier and Type | Field and Description |
---|---|
static VcsLogHighlighter.VcsCommitStyle |
DEFAULT
Default commit entry style.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackground()
Background color for commit entry or null if unspecified.
|
java.awt.Color |
getForeground()
Text color for commit entry or null if unspecified.
|
VcsLogHighlighter.TextStyle |
getTextStyle()
Text style for commit entry or null if unspecified.
|
static final VcsLogHighlighter.VcsCommitStyle DEFAULT
java.awt.Color getForeground()
java.awt.Color getBackground()
VcsLogHighlighter.TextStyle getTextStyle()