public enum MatchedNodeColors extends Enum<MatchedNodeColors>
| Enum Constant and Description |
|---|
DarkRed |
DodgerBlue |
Gold |
IndianRed |
LightPink |
LimeGreen |
MediumSpringGreen |
MediumVioletRed |
Navy |
OliveDrab |
OrangeRed |
Peru |
Red |
SkyBlue |
Tan |
YellowGreen |
| Modifier and Type | Method and Description |
|---|---|
static String |
colorClassByMatch(Long match) |
Color |
getColor() |
String |
getHTMLColor()
Returns the hexadecimal RGB representation beginning with a hash-sign.
|
static String |
getHTMLColorByMatch(Long match)
Returns the hexadecimal RGB representation beginning with a hash-sign.
|
static MatchedNodeColors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchedNodeColors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchedNodeColors Red
public static final MatchedNodeColors MediumVioletRed
public static final MatchedNodeColors LimeGreen
public static final MatchedNodeColors Peru
public static final MatchedNodeColors SkyBlue
public static final MatchedNodeColors IndianRed
public static final MatchedNodeColors YellowGreen
public static final MatchedNodeColors DarkRed
public static final MatchedNodeColors OrangeRed
public static final MatchedNodeColors Gold
public static final MatchedNodeColors Tan
public static final MatchedNodeColors Navy
public static final MatchedNodeColors MediumSpringGreen
public static final MatchedNodeColors DodgerBlue
public static final MatchedNodeColors OliveDrab
public static final MatchedNodeColors LightPink
public static MatchedNodeColors[] values()
for (MatchedNodeColors c : MatchedNodeColors.values()) System.out.println(c);
public static MatchedNodeColors valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static String getHTMLColorByMatch(Long match)
match - public Color getColor()
public String getHTMLColor()
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.