public static enum Histogram2D.DrawingFlags extends Enum<Histogram2D.DrawingFlags>
Enum Constant and Description |
---|
Axes |
Plot |
RegressionLine |
Modifier and Type | Method and Description |
---|---|
static Histogram2D.DrawingFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Histogram2D.DrawingFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Histogram2D.DrawingFlags Plot
public static final Histogram2D.DrawingFlags RegressionLine
public static final Histogram2D.DrawingFlags Axes
public static Histogram2D.DrawingFlags[] values()
for (Histogram2D.DrawingFlags c : Histogram2D.DrawingFlags.values()) System.out.println(c);
public static Histogram2D.DrawingFlags 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 © 2015–2021 Fiji. All rights reserved.