| Package | Description |
|---|---|
| de.javagl.colors.brewer |
| Modifier and Type | Method and Description |
|---|---|
static ColorSchemeType |
ColorSchemeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorSchemeType[] |
ColorSchemeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Color> |
ColorBrewer.get(ColorSchemeType type,
String name,
int numColors)
Returns an unmodifiable list containing the colors of a color scheme
with the given name and the given number of colors
|
static int |
ColorBrewer.getMax(ColorSchemeType type,
String name)
Returns the maximum number of colors that any color scheme with
the given name and type has
|
static List<String> |
ColorBrewer.getNames(ColorSchemeType type)
Returns the names of all
ColorScheme instances with the given
type |
Copyright © 2018. All rights reserved.