public abstract class StaticColor extends Object implements HighlightingColor
| Constructor and Description |
|---|
StaticColor() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
color() |
static StaticColor |
create(String color) |
String |
type() |
public String type()
type in interface HighlightingColorpublic abstract String color()
public static StaticColor create(String color)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.