Skip navigation links
A B C D F G H I K L M N O P R S T V W Y 

A

addColorSelectionListener(ColorSelectionListener) - Method in interface de.javagl.colors.selection.ColorSelection
Add the given ColorSelectionListener to be informed about changes in this selection
AliceBlue - Static variable in class de.javagl.colors.html.HtmlColors
The AliceBlue color (0xF0F8FF)
AntiqueWhite - Static variable in class de.javagl.colors.html.HtmlColors
The AntiqueWhite color (0xFAEBD7)
Aqua - Static variable in class de.javagl.colors.html.HtmlColors
The Aqua color ()
Aquamarine - Static variable in class de.javagl.colors.html.HtmlColors
The Aquamarine color (0x7FFFD4)
Azure - Static variable in class de.javagl.colors.html.HtmlColors
The Azure color (0xF0FFFF)

B

Beige - Static variable in class de.javagl.colors.html.HtmlColors
The Beige color (0xF5F5DC)
Bisque - Static variable in class de.javagl.colors.html.HtmlColors
The Bisque color (0xFFE4C4)
Black - Static variable in class de.javagl.colors.html.HtmlColors
The Black color (0x000000)
BlanchedAlmond - Static variable in class de.javagl.colors.html.HtmlColors
The BlanchedAlmond color (0xFFEBCD)
Blue - Static variable in class de.javagl.colors.html.HtmlColors
The Blue color (0x0000FF)
BlueViolet - Static variable in class de.javagl.colors.html.HtmlColors
The BlueViolet color (0x8A2BE2)
Brown - Static variable in class de.javagl.colors.html.HtmlColors
The Brown color (0xA52A2A)
BurlyWood - Static variable in class de.javagl.colors.html.HtmlColors
The BurlyWood color (0xDEB887)

C

CadetBlue - Static variable in class de.javagl.colors.html.HtmlColors
The CadetBlue color (0x5F9EA0)
Chartreuse - Static variable in class de.javagl.colors.html.HtmlColors
The Chartreuse color (0x7FFF00)
Chocolate - Static variable in class de.javagl.colors.html.HtmlColors
The Chocolate color (0xD2691E)
clamping(ColorMap1D) - Static method in class de.javagl.colors.maps.ColorMaps
Returns a ColorMap1D that provides a clamping access to the given delegate.
clamping(IndexedColorMap1D) - Static method in class de.javagl.colors.maps.indexed.IndexedColorMaps
Returns an IndexedColorMap1D that provides a clamping access to the given delegate.
ColorBrewer - Class in de.javagl.colors.brewer
A class providing color schemes based on the ColorBrewer colors.
ColorBrewer() - Constructor for class de.javagl.colors.brewer.ColorBrewer
 
ColorBrewerApp - Class in de.javagl.colors.brewer.app
A simple application for browsing through the ColorBrewer colors
ColorBrewerApp() - Constructor for class de.javagl.colors.brewer.app.ColorBrewerApp
 
colorChanged(ColorSelectionEvent) - Method in interface de.javagl.colors.selection.ColorSelectionListener
Will be called when the color in the ColorSelection changed
ColorMap1D - Interface in de.javagl.colors.maps
Interface for a color map that maps a double value to a color
ColorMapPanel1D - Class in de.javagl.colors.ui
A panel painting a ColorMap1D.
ColorMaps - Class in de.javagl.colors.maps
Methods to create ColorMap1D instances
Colors - Class in de.javagl.colors
Utility methods related to colors
ColorSchemeType - Enum in de.javagl.colors.brewer
An enumeration of possible color scheme types for the ColorBrewer class
ColorSelection - Interface in de.javagl.colors.selection
Interface for classes that represent a color selection
ColorSelectionEvent - Class in de.javagl.colors.selection
An event indicating a change in a ColorSelection
ColorSelectionEvent(ColorSelection, Color, Color) - Constructor for class de.javagl.colors.selection.ColorSelectionEvent
Creates a new instance
ColorSelectionListener - Interface in de.javagl.colors.selection
Interface for classes that want to be informed about a change in a ColorSelection
ColorSelections - Class in de.javagl.colors.selection
Methods to create ColorSelection instances
ColorSelectionView - Class in de.javagl.colors.ui
A view component for a ColorSelection
ColorSelectionView(ColorSelection) - Constructor for class de.javagl.colors.ui.ColorSelectionView
Creates a new instance
ColorStrings - Class in de.javagl.colors
Methods to create string representations of colors
computeContrastingColor(int) - Static method in class de.javagl.colors.Colors
Compute a color (either black or white) that as a large contrast to the given ARGB color.
computeContrastRatio(int, int) - Static method in class de.javagl.colors.Colors
Compute the contrast ratio between the given colors, as defined by https://www.w3.org/TR/UNDERSTANDING-WCAG20/ visual-audio-contrast-contrast.html
computeLuminance(int) - Static method in class de.javagl.colors.Colors
Returns the luminance of the given ARGB color
Coral - Static variable in class de.javagl.colors.html.HtmlColors
The Coral color (0xFF7F50)
CornflowerBlue - Static variable in class de.javagl.colors.html.HtmlColors
The CornflowerBlue color (0x6495ED)
Cornsilk - Static variable in class de.javagl.colors.html.HtmlColors
The Cornsilk color (0xFFF8DC)
create(Color...) - Static method in class de.javagl.colors.maps.ColorMaps
Creates a new ColorMap1D that maps a value between 0.0 and 1.0 (inclusive) to the specified color range, internally interpolating between the colors with an unspecified number of steps.
create(List<? extends Color>) - Static method in class de.javagl.colors.maps.ColorMaps
Creates a new ColorMap1D that maps a value between 0.0 and 1.0 (inclusive) to the specified color range, internally interpolating between the colors with an unspecified number of steps.
create(int...) - Static method in class de.javagl.colors.maps.ColorMaps
Creates a new ColorMap1D that maps a value between 0.0 and 1.0 (inclusive) to the specified color range, internally interpolating between the colors with an unspecified number of steps.
create(int, Color...) - Static method in class de.javagl.colors.maps.ColorMaps
Creates a new ColorMap1D that maps a value between 0.0 and 1.0 (inclusive) to the specified color range, internally using the given number of steps for interpolating between the colors
create(int, List<? extends Color>) - Static method in class de.javagl.colors.maps.ColorMaps
Creates a new ColorMap1D that maps a value between 0.0 and 1.0 (inclusive) to the specified color range, internally using the given number of steps for interpolating between the colors
create(int, int...) - Static method in class de.javagl.colors.maps.ColorMaps
Creates a new ColorMap1D that maps a value between 0.0 and 1.0 (inclusive) to the specified color range, internally using the given number of steps for interpolating between the colors
create(Color...) - Static method in class de.javagl.colors.maps.indexed.IndexedColorMaps
Creates an IndexedColorMap1D of the given colors.
create(Collection<? extends Color>) - Static method in class de.javagl.colors.maps.indexed.IndexedColorMaps
Creates an IndexedColorMap1D of the given colors.
create() - Static method in class de.javagl.colors.selection.ColorSelections
Creates a new ColorSelection
createAlignedArgbString(int) - Static method in class de.javagl.colors.ColorStrings
Create a simple string containing the decimal representations of the alpha, red, green, and blue components of the given ARGB color, aligned to 3 characters, separated by slashes /
createAlignedRgbString(int) - Static method in class de.javagl.colors.ColorStrings
Create a simple string containing the decimal representations of the red, green, and blue components of the given ARGB color, aligned to 3 characters, separated by slashes /
createArgbs(List<? extends Color>) - Static method in class de.javagl.colors.Colors
Creates an array containing the ARGB values of the given colors
createArgbString(int, String, String) - Static method in class de.javagl.colors.ColorStrings
Create a string containing the decimal representations of the alpha, red, green, and blue components of the given ARGB color, with the given format and separator
createClamped(int, int, int) - Static method in class de.javagl.colors.Colors
Create a new color, clamping the given values to be in [0, 255]
createClamped(int, int, int, int) - Static method in class de.javagl.colors.Colors
Create a new color, clamping the given values to be in [0, 255].
createClamped(double, double, double) - Static method in class de.javagl.colors.Colors
Create a new color, clamping the given values to be in [0, 1]
createClamped(double, double, double, double) - Static method in class de.javagl.colors.Colors
Create a new color, clamping the given values to be in [0, 1].
createColors(int...) - Static method in class de.javagl.colors.Colors
Creates an array containing the colors for the given ARGB values
createDefaultColorStringFormatter() - Static method in class de.javagl.colors.ui.ColorSelectionView
Create an function that creates an unspecified string representation of a color
createDiverging() - Static method in class de.javagl.colors.maps.DefaultColorMaps
Create a default diverging color map, from blue over gray to red.
createRainbow() - Static method in class de.javagl.colors.maps.DefaultColorMaps
Create the rainbow color map, consisting of blue, cyan, green, yellow, and red.
createRgbString(int, String, String) - Static method in class de.javagl.colors.ColorStrings
Create a string containing the decimal representations of the red, green, and blue components of the given ARGB color, with the given format and separator
createSimpleArgbString(int) - Static method in class de.javagl.colors.ColorStrings
Create a simple string containing the decimal representations of the alpha, red, green, and blue components of the given ARGB color, separated by slashes /
Crimson - Static variable in class de.javagl.colors.html.HtmlColors
The Crimson color (0xDC143C)
Cyan - Static variable in class de.javagl.colors.html.HtmlColors
The Cyan color (0x00FFFF)

D

DarkBlue - Static variable in class de.javagl.colors.html.HtmlColors
The DarkBlue color (0x00008B)
DarkCyan - Static variable in class de.javagl.colors.html.HtmlColors
The DarkCyan color (0x008B8B)
DarkGoldenRod - Static variable in class de.javagl.colors.html.HtmlColors
The DarkGoldenRod color (0xB8860B)
DarkGray - Static variable in class de.javagl.colors.html.HtmlColors
The DarkGray color (0xA9A9A9)
DarkGreen - Static variable in class de.javagl.colors.html.HtmlColors
The DarkGreen color (0x006400)
DarkKhaki - Static variable in class de.javagl.colors.html.HtmlColors
The DarkKhaki color (0xBDB76B)
DarkMagenta - Static variable in class de.javagl.colors.html.HtmlColors
The DarkMagenta color (0x8B008B)
DarkOliveGreen - Static variable in class de.javagl.colors.html.HtmlColors
The DarkOliveGreen color (0x556B2F)
DarkOrange - Static variable in class de.javagl.colors.html.HtmlColors
The DarkOrange color (0xFF8C00)
DarkOrchid - Static variable in class de.javagl.colors.html.HtmlColors
The DarkOrchid color (0x9932CC)
DarkRed - Static variable in class de.javagl.colors.html.HtmlColors
The DarkRed color (0x8B0000)
DarkSalmon - Static variable in class de.javagl.colors.html.HtmlColors
The DarkSalmon color (0xE9967A)
DarkSeaGreen - Static variable in class de.javagl.colors.html.HtmlColors
The DarkSeaGreen color (0x8FBC8F)
DarkSlateBlue - Static variable in class de.javagl.colors.html.HtmlColors
The DarkSlateBlue color (0x483D8B)
DarkSlateGray - Static variable in class de.javagl.colors.html.HtmlColors
The DarkSlateGray color (0x2F4F4F)
DarkTurquoise - Static variable in class de.javagl.colors.html.HtmlColors
The DarkTurquoise color (0x00CED1)
DarkViolet - Static variable in class de.javagl.colors.html.HtmlColors
The DarkViolet color (0x9400D3)
de.javagl.colors - package de.javagl.colors
 
de.javagl.colors.brewer - package de.javagl.colors.brewer
 
de.javagl.colors.brewer.app - package de.javagl.colors.brewer.app
 
de.javagl.colors.html - package de.javagl.colors.html
 
de.javagl.colors.maps - package de.javagl.colors.maps
 
de.javagl.colors.maps.indexed - package de.javagl.colors.maps.indexed
 
de.javagl.colors.selection - package de.javagl.colors.selection
 
de.javagl.colors.ui - package de.javagl.colors.ui
 
DeepPink - Static variable in class de.javagl.colors.html.HtmlColors
The DeepPink color (0xFF1493)
DeepSkyBlue - Static variable in class de.javagl.colors.html.HtmlColors
The DeepSkyBlue color (0x00BFFF)
DefaultColorMaps - Class in de.javagl.colors.maps
Methods to create some fairly arbitrary default color maps
DimGray - Static variable in class de.javagl.colors.html.HtmlColors
The DimGray color (0x696969)
DodgerBlue - Static variable in class de.javagl.colors.html.HtmlColors
The DodgerBlue color (0x1E90FF)

F

FireBrick - Static variable in class de.javagl.colors.html.HtmlColors
The FireBrick color (0xB22222)
FloralWhite - Static variable in class de.javagl.colors.html.HtmlColors
The FloralWhite color (0xFFFAF0)
ForestGreen - Static variable in class de.javagl.colors.html.HtmlColors
The ForestGreen color (0x228B22)
Fuchsia - Static variable in class de.javagl.colors.html.HtmlColors
The Fuchsia color (0xFF00FF)

G

Gainsboro - Static variable in class de.javagl.colors.html.HtmlColors
The Gainsboro color (0xDCDCDC)
get(ColorSchemeType, String, int) - Static method in class de.javagl.colors.brewer.ColorBrewer
Returns an unmodifiable list containing the colors of a color scheme with the given name and the given number of colors
getAlpha(int) - Static method in class de.javagl.colors.Colors
Returns the alpha component of the given ARGB color
getARGB(int, int, int, int) - Static method in class de.javagl.colors.Colors
Returns the ARGB color that is composed from the given values
getBlue(int) - Static method in class de.javagl.colors.Colors
Returns the blue component of the given ARGB color
getColor(String) - Static method in class de.javagl.colors.html.HtmlColors
Returns the HTML color for the given name.
getColor(double) - Method in interface de.javagl.colors.maps.ColorMap1D
Returns the color for the given value.
getColor(int) - Method in interface de.javagl.colors.maps.indexed.IndexedColorMap1D
Returns the color at the given index.
getColor() - Method in interface de.javagl.colors.selection.ColorSelection
Returns the selected color.
getColorSelection() - Method in class de.javagl.colors.selection.ColorSelectionEvent
Returns the ColorSelection from which this event originated
getGreen(int) - Static method in class de.javagl.colors.Colors
Returns the green component of the given ARGB color
getMax(ColorSchemeType, String) - Static method in class de.javagl.colors.brewer.ColorBrewer
Returns the maximum number of colors that any color scheme with the given name and type has
getNames(ColorSchemeType) - Static method in class de.javagl.colors.brewer.ColorBrewer
Returns the names of all ColorScheme instances with the given type
getNames() - Static method in class de.javagl.colors.html.HtmlColors
Returns an unmodifiable set containing all HTML color names
getNewColor() - Method in class de.javagl.colors.selection.ColorSelectionEvent
Returns the new color.
getOldColor() - Method in class de.javagl.colors.selection.ColorSelectionEvent
Returns the old color.
getPreferredSize() - Method in class de.javagl.colors.ui.ColorSelectionView
 
getRed(int) - Static method in class de.javagl.colors.Colors
Returns the red component of the given ARGB color
getSize() - Method in interface de.javagl.colors.maps.indexed.IndexedColorMap1D
Returns the size (number of colors) of this color map
GhostWhite - Static variable in class de.javagl.colors.html.HtmlColors
The GhostWhite color (0xF8F8FF)
Gold - Static variable in class de.javagl.colors.html.HtmlColors
The Gold color (0xFFD700)
GoldenRod - Static variable in class de.javagl.colors.html.HtmlColors
The GoldenRod color (0xDAA520)
Gray - Static variable in class de.javagl.colors.html.HtmlColors
The Gray color (0x808080)
Green - Static variable in class de.javagl.colors.html.HtmlColors
The Green color (0x008000)
GreenYellow - Static variable in class de.javagl.colors.html.HtmlColors
The GreenYellow color (0xADFF2F)

H

HoneyDew - Static variable in class de.javagl.colors.html.HtmlColors
The HoneyDew color (0xF0FFF0)
HotPink - Static variable in class de.javagl.colors.html.HtmlColors
The HotPink color (0xFF69B4)
HtmlColors - Class in de.javagl.colors.html
The HTML/CSS colors, as defined in https://www.w3.org/TR/css-color-3/#svg-color

I

IndexedColorMap1D - Interface in de.javagl.colors.maps.indexed
Interface for a simple, indexed, 1D color map.
IndexedColorMapPanel1D - Class in de.javagl.colors.ui
A panel painting a IndexedColorMap1D
IndexedColorMaps - Class in de.javagl.colors.maps.indexed
Methods to create IndexedColorMap1D instances
IndianRed - Static variable in class de.javagl.colors.html.HtmlColors
The IndianRed color (0xCD5C5C)
Indigo - Static variable in class de.javagl.colors.html.HtmlColors
The Indigo color ()
interpolate(int, int, double) - Static method in class de.javagl.colors.Colors
Linearly interpolate between the given ARGB colors.
interpolateClamping(int, int, double) - Static method in class de.javagl.colors.Colors
Linearly interpolate between the given ARGB colors, clamping each component to be in [0,255)
interpolateClamping(Color, Color, double) - Static method in class de.javagl.colors.Colors
Linearly interpolate between the given colors, clamping each component to be in [0,255)
Ivory - Static variable in class de.javagl.colors.html.HtmlColors
The Ivory color (0xFFFFF0)

K

Khaki - Static variable in class de.javagl.colors.html.HtmlColors
The Khaki color (0xF0E68C)

L

Lavender - Static variable in class de.javagl.colors.html.HtmlColors
The Lavender color (0xE6E6FA)
LavenderBlush - Static variable in class de.javagl.colors.html.HtmlColors
The LavenderBlush color (0xFFF0F5)
LawnGreen - Static variable in class de.javagl.colors.html.HtmlColors
The LawnGreen color (0x7CFC00)
LemonChiffon - Static variable in class de.javagl.colors.html.HtmlColors
The LemonChiffon color (0xFFFACD)
LightBlue - Static variable in class de.javagl.colors.html.HtmlColors
The LightBlue color ()
LightCoral - Static variable in class de.javagl.colors.html.HtmlColors
The LightCoral color (0xF08080)
LightCyan - Static variable in class de.javagl.colors.html.HtmlColors
The LightCyan color (0xE0FFFF)
LightGoldenRodYellow - Static variable in class de.javagl.colors.html.HtmlColors
The LightGoldenRodYellow color (0xFAFAD2)
LightGray - Static variable in class de.javagl.colors.html.HtmlColors
The LightGray color (0xD3D3D3)
LightGreen - Static variable in class de.javagl.colors.html.HtmlColors
The LightGreen color (0x90EE90)
LightPink - Static variable in class de.javagl.colors.html.HtmlColors
The LightPink color (0xFFB6C1)
LightSalmon - Static variable in class de.javagl.colors.html.HtmlColors
The LightSalmon color (0xFFA07A)
LightSeaGreen - Static variable in class de.javagl.colors.html.HtmlColors
The LightSeaGreen color (0x20B2AA)
LightSkyBlue - Static variable in class de.javagl.colors.html.HtmlColors
The LightSkyBlue color (0x87CEFA)
LightSlateGray - Static variable in class de.javagl.colors.html.HtmlColors
The LightSlateGray color (0x778899)
LightSteelBlue - Static variable in class de.javagl.colors.html.HtmlColors
The LightSteelBlue color (0xB0C4DE)
LightYellow - Static variable in class de.javagl.colors.html.HtmlColors
The LightYellow color (0xFFFFE0)
Lime - Static variable in class de.javagl.colors.html.HtmlColors
The Lime color (0x00FF00)
LimeGreen - Static variable in class de.javagl.colors.html.HtmlColors
The LimeGreen color (0x32CD32)
Linen - Static variable in class de.javagl.colors.html.HtmlColors
The Linen color ()

M

Magenta - Static variable in class de.javagl.colors.html.HtmlColors
The Magenta color (0xFF00FF)
main(String[]) - Static method in class de.javagl.colors.brewer.app.ColorBrewerApp
 
Maroon - Static variable in class de.javagl.colors.html.HtmlColors
The Maroon color (0x800000)
MediumAquaMarine - Static variable in class de.javagl.colors.html.HtmlColors
The MediumAquaMarine color (0x66CDAA)
MediumBlue - Static variable in class de.javagl.colors.html.HtmlColors
The MediumBlue color (0x0000CD)
MediumOrchid - Static variable in class de.javagl.colors.html.HtmlColors
The MediumOrchid color (0xBA55D3)
MediumPurple - Static variable in class de.javagl.colors.html.HtmlColors
The MediumPurple color (0x9370DB)
MediumSeaGreen - Static variable in class de.javagl.colors.html.HtmlColors
The MediumSeaGreen color (0x3CB371)
MediumSlateBlue - Static variable in class de.javagl.colors.html.HtmlColors
The MediumSlateBlue color (0x7B68EE)
MediumSpringGreen - Static variable in class de.javagl.colors.html.HtmlColors
The MediumSpringGreen color (0x00FA9A)
MediumTurquoise - Static variable in class de.javagl.colors.html.HtmlColors
The MediumTurquoise color (0x48D1CC)
MediumVioletRed - Static variable in class de.javagl.colors.html.HtmlColors
The MediumVioletRed color (0xC71585)
MidnightBlue - Static variable in class de.javagl.colors.html.HtmlColors
The MidnightBlue color ()
MintCream - Static variable in class de.javagl.colors.html.HtmlColors
The MintCream color (0xF5FFFA)
MistyRose - Static variable in class de.javagl.colors.html.HtmlColors
The MistyRose color (0xFFE4E1)
Moccasin - Static variable in class de.javagl.colors.html.HtmlColors
The Moccasin color (0xFFE4B5)

N

NavajoWhite - Static variable in class de.javagl.colors.html.HtmlColors
The NavajoWhite color (0xFFDEAD)
Navy - Static variable in class de.javagl.colors.html.HtmlColors
The Navy color (0x000080)
nested(ColorMap1D, Color, Color) - Static method in class de.javagl.colors.maps.ColorMaps
Returns a ColorMap1D that is "nested" between the given colors.

O

OldLace - Static variable in class de.javagl.colors.html.HtmlColors
The OldLace color (0xFDF5E6)
Olive - Static variable in class de.javagl.colors.html.HtmlColors
The Olive color (0x808000)
OliveDrab - Static variable in class de.javagl.colors.html.HtmlColors
The OliveDrab color (0x6B8E23)
Orange - Static variable in class de.javagl.colors.html.HtmlColors
The Orange color (0xFFA500)
OrangeRed - Static variable in class de.javagl.colors.html.HtmlColors
The OrangeRed color (0xFF4500)
Orchid - Static variable in class de.javagl.colors.html.HtmlColors
The Orchid color (0xDA70D6)

P

paintComponent(Graphics) - Method in class de.javagl.colors.ui.ColorMapPanel1D
 
paintComponent(Graphics) - Method in class de.javagl.colors.ui.ColorSelectionView
 
paintComponent(Graphics) - Method in class de.javagl.colors.ui.IndexedColorMapPanel1D
 
PaleGoldenRod - Static variable in class de.javagl.colors.html.HtmlColors
The PaleGoldenRod color (0xEEE8AA)
PaleGreen - Static variable in class de.javagl.colors.html.HtmlColors
The PaleGreen color (0x98FB98)
PaleTurquoise - Static variable in class de.javagl.colors.html.HtmlColors
The PaleTurquoise color (0xAFEEEE)
PaleVioletRed - Static variable in class de.javagl.colors.html.HtmlColors
The PaleVioletRed color (0xDB7093)
PapayaWhip - Static variable in class de.javagl.colors.html.HtmlColors
The PapayaWhip color (0xFFEFD5)
PeachPuff - Static variable in class de.javagl.colors.html.HtmlColors
The PeachPuff color (0xFFDAB9)
Peru - Static variable in class de.javagl.colors.html.HtmlColors
The Peru color (0xCD853F)
Pink - Static variable in class de.javagl.colors.html.HtmlColors
The Pink color (0xFFC0CB)
Plum - Static variable in class de.javagl.colors.html.HtmlColors
The Plum color (0xDDA0DD)
PowderBlue - Static variable in class de.javagl.colors.html.HtmlColors
The PowderBlue color (0xB0E0E6)
Purple - Static variable in class de.javagl.colors.html.HtmlColors
The Purple color ()

R

Red - Static variable in class de.javagl.colors.html.HtmlColors
The Red color (0xFF0000)
removeColorSelectionListener(ColorSelectionListener) - Method in interface de.javagl.colors.selection.ColorSelection
Remove the given ColorSelectionListener
RosyBrown - Static variable in class de.javagl.colors.html.HtmlColors
The RosyBrown color (0xBC8F8F)
RoyalBlue - Static variable in class de.javagl.colors.html.HtmlColors
The RoyalBlue color (0x4169E1)

S

SaddleBrown - Static variable in class de.javagl.colors.html.HtmlColors
The SaddleBrown color (0x8B4513)
Salmon - Static variable in class de.javagl.colors.html.HtmlColors
The Salmon color (0xFA8072)
SandyBrown - Static variable in class de.javagl.colors.html.HtmlColors
The SandyBrown color (0xF4A460)
SeaGreen - Static variable in class de.javagl.colors.html.HtmlColors
The SeaGreen color (0x2E8B57)
SeaShell - Static variable in class de.javagl.colors.html.HtmlColors
The SeaShell color (0xFFF5EE)
setColor(Color) - Method in interface de.javagl.colors.selection.ColorSelection
Set the selected color.
setColorMap(ColorMap1D) - Method in class de.javagl.colors.ui.ColorMapPanel1D
Set the ColorMap1D that is painted
setColorMap(IndexedColorMap1D) - Method in class de.javagl.colors.ui.IndexedColorMapPanel1D
Set the ColorMap1D that is painted
setColorSelection(ColorSelection) - Method in class de.javagl.colors.ui.ColorMapPanel1D
Set the ColorSelection that is associated with this panel
setColorSelection(ColorSelection) - Method in class de.javagl.colors.ui.ColorSelectionView
Set the ColorSelection shown in this view.
setColorSelection(ColorSelection) - Method in class de.javagl.colors.ui.IndexedColorMapPanel1D
Set the ColorSelection that is associated with this panel
setColorStringFormatter(Function<? super Color, String>) - Method in class de.javagl.colors.ui.ColorSelectionView
Set the formatter that should be used for the string representation of the color.
setPaintingCheckerBackground(boolean) - Method in class de.javagl.colors.ui.ColorSelectionView
Set whether a checkerboard background should be painted, to indicate whether a color is not fully opaque
Sienna - Static variable in class de.javagl.colors.html.HtmlColors
The Sienna color (0xA0522D)
Silver - Static variable in class de.javagl.colors.html.HtmlColors
The Silver color (0xC0C0C0)
SkyBlue - Static variable in class de.javagl.colors.html.HtmlColors
The SkyBlue color (0x87CEEB)
SlateBlue - Static variable in class de.javagl.colors.html.HtmlColors
The SlateBlue color (0x6A5ACD)
SlateGray - Static variable in class de.javagl.colors.html.HtmlColors
The SlateGray color (0x708090)
Snow - Static variable in class de.javagl.colors.html.HtmlColors
The Snow color (0xFFFAFA)
SpringGreen - Static variable in class de.javagl.colors.html.HtmlColors
The SpringGreen color (0x00FF7F)
SteelBlue - Static variable in class de.javagl.colors.html.HtmlColors
The SteelBlue color (0x4682B4)

T

Tan - Static variable in class de.javagl.colors.html.HtmlColors
The Tan color (0xD2B48C)
Teal - Static variable in class de.javagl.colors.html.HtmlColors
The Teal color (0x008080)
Thistle - Static variable in class de.javagl.colors.html.HtmlColors
The Thistle color ()
Tomato - Static variable in class de.javagl.colors.html.HtmlColors
The Tomato color (0xFF6347)
toString() - Method in class de.javagl.colors.selection.ColorSelectionEvent
 
Turquoise - Static variable in class de.javagl.colors.html.HtmlColors
The Turquoise color (0x40E0D0)

V

valueOf(String) - Static method in enum de.javagl.colors.brewer.ColorSchemeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.javagl.colors.brewer.ColorSchemeType
Returns an array containing the constants of this enum type, in the order they are declared.
Violet - Static variable in class de.javagl.colors.html.HtmlColors
The Violet color (0xEE82EE)

W

Wheat - Static variable in class de.javagl.colors.html.HtmlColors
The Wheat color (0xF5DEB3)
White - Static variable in class de.javagl.colors.html.HtmlColors
The White color (0xFFFFFF)
WhiteSmoke - Static variable in class de.javagl.colors.html.HtmlColors
The WhiteSmoke color (0xF5F5F5)
wrapping(IndexedColorMap1D) - Static method in class de.javagl.colors.maps.indexed.IndexedColorMaps
Returns an IndexedColorMap1D that provides a wrapping access to the given delegate.

Y

Yellow - Static variable in class de.javagl.colors.html.HtmlColors
The Yellow color (0xFFFF00)
YellowGreen - Static variable in class de.javagl.colors.html.HtmlColors
The YellowGreen color (0x9ACD32)
A B C D F G H I K L M N O P R S T V W Y 
Skip navigation links

Copyright © 2018. All rights reserved.