public static enum DefaultRenderColorScheme.Palette extends Enum<DefaultRenderColorScheme.Palette>
| Enum Constant and Description |
|---|
P_ADOBE |
P_DELL |
P_EQUIDISTANT |
P_MISC |
P_TUNEVIEWER |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<Color> |
getPalette() |
static DefaultRenderColorScheme.Palette |
getValue(ObservableList<Color> list) |
static DefaultRenderColorScheme.Palette |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultRenderColorScheme.Palette[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultRenderColorScheme.Palette P_TUNEVIEWER
public static final DefaultRenderColorScheme.Palette P_MISC
public static final DefaultRenderColorScheme.Palette P_ADOBE
public static final DefaultRenderColorScheme.Palette P_DELL
public static final DefaultRenderColorScheme.Palette P_EQUIDISTANT
public static DefaultRenderColorScheme.Palette[] values()
for (DefaultRenderColorScheme.Palette c : DefaultRenderColorScheme.Palette.values()) System.out.println(c);
public static DefaultRenderColorScheme.Palette 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 ObservableList<Color> getPalette()
public static DefaultRenderColorScheme.Palette getValue(ObservableList<Color> list)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.