public enum VertexHighlight extends Enum<VertexHighlight>
| Enum Constant and Description |
|---|
CONCEPT |
FILTER |
FILTER_IDEAL |
IDEAL |
LOWER_NEIGHBORS |
NEIGHBORS |
NONE |
UPPER_NEIGHBORS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VertexHighlight |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexHighlight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexHighlight NONE
public static final VertexHighlight CONCEPT
public static final VertexHighlight UPPER_NEIGHBORS
public static final VertexHighlight LOWER_NEIGHBORS
public static final VertexHighlight NEIGHBORS
public static final VertexHighlight FILTER
public static final VertexHighlight IDEAL
public static final VertexHighlight FILTER_IDEAL
public static VertexHighlight[] values()
for (VertexHighlight c : VertexHighlight.values()) System.out.println(c);
public static VertexHighlight 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 final String toString()
toString in class Enum<VertexHighlight>Copyright © 2010–2019 Francesco Kriegel. All rights reserved.