| Package | Description |
|---|---|
| de.javagl.colors.maps.indexed | |
| de.javagl.colors.ui |
| Modifier and Type | Method and Description |
|---|---|
static IndexedColorMap1D |
IndexedColorMaps.clamping(IndexedColorMap1D delegate)
Returns an
IndexedColorMap1D that provides a clamping access
to the given delegate. |
static IndexedColorMap1D |
IndexedColorMaps.create(Collection<? extends Color> colors)
Creates an
IndexedColorMap1D of the given colors. |
static IndexedColorMap1D |
IndexedColorMaps.create(Color... colors)
Creates an
IndexedColorMap1D of the given colors. |
static IndexedColorMap1D |
IndexedColorMaps.wrapping(IndexedColorMap1D delegate)
Returns an
IndexedColorMap1D that provides a wrapping access
to the given delegate. |
| Modifier and Type | Method and Description |
|---|---|
static IndexedColorMap1D |
IndexedColorMaps.clamping(IndexedColorMap1D delegate)
Returns an
IndexedColorMap1D that provides a clamping access
to the given delegate. |
static IndexedColorMap1D |
IndexedColorMaps.wrapping(IndexedColorMap1D delegate)
Returns an
IndexedColorMap1D that provides a wrapping access
to the given delegate. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedColorMapPanel1D.setColorMap(IndexedColorMap1D colorMap)
Set the
ColorMap1D that is painted |
Copyright © 2018. All rights reserved.