public static enum StackedHistogramRenderer.PeaksIndicator extends java.lang.Enum<StackedHistogramRenderer.PeaksIndicator>
Enum Constant and Description |
---|
BlackPeaks |
BluePeaks |
GrayPeaks |
MaxDots |
NoPeaks |
PeakLine |
RedPeaks |
Modifier and Type | Method and Description |
---|---|
static StackedHistogramRenderer.PeaksIndicator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StackedHistogramRenderer.PeaksIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StackedHistogramRenderer.PeaksIndicator NoPeaks
public static final StackedHistogramRenderer.PeaksIndicator GrayPeaks
public static final StackedHistogramRenderer.PeaksIndicator BlackPeaks
public static final StackedHistogramRenderer.PeaksIndicator MaxDots
public static final StackedHistogramRenderer.PeaksIndicator PeakLine
public static final StackedHistogramRenderer.PeaksIndicator BluePeaks
public static final StackedHistogramRenderer.PeaksIndicator RedPeaks
public static StackedHistogramRenderer.PeaksIndicator[] values()
for (StackedHistogramRenderer.PeaksIndicator c : StackedHistogramRenderer.PeaksIndicator.values()) System.out.println(c);
public static StackedHistogramRenderer.PeaksIndicator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null