public static enum SparklineParameters.HighlightTextMode extends Enum<SparklineParameters.HighlightTextMode>
| Enum Constant and Description |
|---|
X_AND_Y_VALUES |
X_VALUES |
Y_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static SparklineParameters.HighlightTextMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparklineParameters.HighlightTextMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SparklineParameters.HighlightTextMode X_VALUES
public static final SparklineParameters.HighlightTextMode Y_VALUES
public static final SparklineParameters.HighlightTextMode X_AND_Y_VALUES
public static SparklineParameters.HighlightTextMode[] values()
for (SparklineParameters.HighlightTextMode c : SparklineParameters.HighlightTextMode.values()) System.out.println(c);
public static SparklineParameters.HighlightTextMode 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 nullCopyright © 2007–2017 Gephi Consortium. All rights reserved.