- 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
-
- 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
-
- 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
-
- ColorMaps - Class in de.javagl.colors.maps
-
- 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
-
- 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
-
- ColorSelectionView - Class in de.javagl.colors.ui
-
- 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
-
- create(Collection<? extends Color>) - Static method in class de.javagl.colors.maps.indexed.IndexedColorMaps
-
- create() - Static method in class de.javagl.colors.selection.ColorSelections
-
- 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)
- 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)
- 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
-
- 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)
- 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 ()
- 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)
- 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
-
- setColorMap(IndexedColorMap1D) - Method in class de.javagl.colors.ui.IndexedColorMapPanel1D
-
- setColorSelection(ColorSelection) - Method in class de.javagl.colors.ui.ColorMapPanel1D
-
- setColorSelection(ColorSelection) - Method in class de.javagl.colors.ui.ColorSelectionView
-
- setColorSelection(ColorSelection) - Method in class de.javagl.colors.ui.IndexedColorMapPanel1D
-
- 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)