Modifier and Type | Method and Description |
---|---|
W |
Widget.setBackgroundColor(Color backgroundColor)
Set the background color.
|
W |
Widget.setTextColor(Color textColor)
Set the text color.
|
Modifier and Type | Method and Description |
---|---|
Color |
Border.getColor() |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setBackground(Color color) |
MutableStyle |
MutableStyle.setBackground(Color color) |
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setBackgroundColor(Color color) |
MutableStyle |
MutableStyle.setBackgroundColor(Color color) |
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setColor(Color color) |
void |
Border.setColor(Color color) |
MutableStyle |
MutableStyle.setColor(Color color) |
Constructor and Description |
---|
Border(double size,
Color color) |
Border(double size,
Unit unit,
BorderStyle borderStyle,
Color color) |
Border(double size,
Unit unit,
Color color) |
Modifier and Type | Method and Description |
---|---|
CanvasRenderingContext2D |
CanvasRenderingContext2D.setFillStyle(Color color) |
CanvasRenderingContext2D |
CanvasRenderingContext2D.setStrokeStyle(Color color) |
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.setBackgroundColor(Color backgroundColor) |
Modifier and Type | Method and Description |
---|---|
abstract W |
TriggerField.setBackgroundColor(Color backgroundColor) |
W |
AbstractComboBox.setBackgroundColor(Color backgroundColor) |
DateField |
DateField.setBackgroundColor(Color backgroundColor) |
Modifier and Type | Method and Description |
---|---|
Stop |
Stop.setColor(Color color) |
Constructor and Description |
---|
Stop(double offset,
Color color,
double stopOpacity) |
Modifier and Type | Method and Description |
---|---|
Color |
Stroke.getColor() |
Modifier and Type | Method and Description |
---|---|
Fill<Color> |
ColorFill.UnmodifiableColorFill.setFill(Color fill) |
Fill<Color> |
ColorFill.UnmodifiableColorFill.setFillRule(FillRule fillRule) |
Fill<Color> |
ColorFill.UnmodifiableColorFill.setOpacity(Double opacity) |
Modifier and Type | Method and Description |
---|---|
Stroke |
Stroke.setColor(Color color) |
Fill<Color> |
ColorFill.UnmodifiableColorFill.setFill(Color fill) |
Constructor and Description |
---|
ColorFill(Color fill) |
Stroke(Color color) |
Stroke(Double width,
Color color) |
Stroke(int width,
Color color) |
Modifier and Type | Method and Description |
---|---|
static void |
CssToolkit.createBackgroundGrid(Widget<?,?> widget,
Color backgroundColor,
Color gridColor,
double lineWidth,
double gridInnerWidth) |
static void |
CssToolkit.createBackgroundGrid(Widget<?,?> widget,
Color gridColor,
double lineWidth,
double gridInnerWidth) |
Modifier and Type | Method and Description |
---|---|
Color |
DarkThemeColors.getBackgroundColor() |
Color |
DarkThemeColors.getBorderColor() |
Color |
DarkThemeColors.getContentBackgroundColor() |
Color |
DarkThemeColors.getDisabledTextColor() |
Color |
DarkThemeColors.getHeaderBorderBottomColor() |
Color |
DarkThemeColors.getHeaderBottomColor() |
Color |
DarkThemeColors.getHeaderTopColor() |
Color |
DarkThemeColors.getTabBackgroundColor() |
Color |
DarkThemeColors.getTabBorderColor() |
Color |
DarkThemeColors.getTabBottomInnerShadowColor() |
Color |
DarkThemeColors.getTextColor() |
Modifier and Type | Method and Description |
---|---|
Color |
ThemeColors.getBackgroundColor() |
Color |
ThemeColors.getBorderColor() |
Color |
ThemeColors.getContentBackgroundColor() |
Color |
ThemeColors.getDisabledTextColor() |
Color |
ThemeColors.getTextColor() |
Modifier and Type | Method and Description |
---|---|
Color |
LightThemeColors.getBackgroundColor() |
Color |
LightThemeColors.getBorderColor() |
Color |
LightThemeColors.getContentBackgroundColor() |
Color |
LightThemeColors.getDisabledTextColor() |
Color |
LightThemeColors.getHeaderBorderBottomColor() |
Color |
LightThemeColors.getHeaderBottomColor() |
Color |
LightThemeColors.getHeaderTopColor() |
Color |
LightThemeColors.getTabBackgroundColor() |
Color |
LightThemeColors.getTabBorderColor() |
Color |
LightThemeColors.getTabBottomInnerShadowColor() |
Color |
LightThemeColors.getTextColor() |
Modifier and Type | Class and Description |
---|---|
class |
CIELabColor |
class |
CIELchColor
CIRLch color is a CIE L*Ch color from the ab components of a CIE L*ab color
|
class |
CIELuhColor
CIRLuh color is a CIE L*Ch color from the uv components of a CIE L*uv color
|
class |
CIELuvColor |
class |
CMYColor |
class |
CMYKColor |
class |
ColorSpaceDefined |
class |
HSIColor |
class |
HSLColor |
class |
HSVColor |
class |
HunterLabColor |
class |
HWBColor |
class |
RGBColor |
class |
WhitePointDefined |
class |
XYZColor |
class |
YxyColor |
Modifier and Type | Method and Description |
---|---|
static CIELuvColor |
CIELuvColor.asCIELabColor(Color color,
WhitePoint whitePoint)
Converts a color from RGB color space to CIE Lab color space
|
static CIELchColor |
CIELchColor.asCIELabColor(Color color,
WhitePoint whitePoint)
Converts a color from color model to CIE Lab color space
|
static CIELabColor |
CIELabColor.asCIELabColor(Color color,
WhitePoint whitePoint)
Converts a color from RGB color space to CIE Lab color space
|
static CIELuhColor |
CIELuhColor.asCIELabColor(Color color,
WhitePoint whitePoint)
Converts a color from RGB color space to CIE Lab color space
|
static CIELabColor |
Color.cieLab(Color color)
Converts a color to CIE Lab color space
|
static CIELabColor |
Color.cieLab(Color color,
WhitePoint whitePoint)
Converts a color from space to CIE Lab color space
|
static CIELchColor |
Color.cieLch(Color color)
Converts a color to CIE L*ch color model with the default CIE L*ch white
point
|
static CIELchColor |
Color.cieLch(Color color,
WhitePoint whitePoint)
Converts a color from RGB color space to CIE L*uv color space
|
static CIELuhColor |
Color.cieLuh(Color color)
Converts a color to CIE L*uv color space
|
static CIELuhColor |
Color.cieLuh(Color color,
WhitePoint whitePoint)
Converts a color to CIE L*uv color space
|
static CIELuvColor |
Color.cieLuv(Color color)
Converts a color from RGB color space to CIE L*uv color space
|
static CIELuvColor |
Color.cieLuv(Color color,
WhitePoint whitePoint)
Converts a color from RGB color space to CIE L*uv color space
|
static CMYColor |
Color.cmy(Color color)
Converts a color color space to CMY color model, using the default CMY
color space
|
static CMYColor |
Color.cmy(Color color,
ColorSpace colorSpace)
Converts a color color space to CMY color model, using the provided color
space
|
static CMYKColor |
Color.cmyk(Color color)
Converts a color color space to CMYK color model, using the default CMYK
color space
|
static CMYKColor |
Color.cmyk(Color color,
ColorSpace colorSpace)
Converts a color color space to CMYK color model, using the provided color
space
|
static HSIColor |
Color.hsi(Color color)
Converts a color from HSV color space to HSL color space
|
static HSIColor |
Color.hsi(Color color,
ColorSpace colorSpace)
Converts a color from HSV color space to HSL color space
|
static HSLColor |
Color.hsl(Color color)
Converts a color from HSV color space to HSL color space
|
static HSLColor |
Color.hsl(Color color,
ColorSpace colorSpace)
Converts a color from HSV color space to HSL color space
|
static HSVColor |
Color.hsv(Color color)
Converts a color to HSV color space
|
static HSVColor |
Color.hsv(Color color,
ColorSpace colorSpace)
Converts a color to HSV color space
|
static HunterLabColor |
Color.hunterLab(Color color)
Converts a color from RGB color space to Hunter Lab color space
|
static HunterLabColor |
Color.hunterLab(Color color,
WhitePoint whitePoint)
Converts a color to Hunter Lab color space
|
static HWBColor |
Color.hwb(Color color)
Converts a color from HSV color space to HWB color space
|
static HWBColor |
Color.hwb(Color color,
ColorSpace colorSpace)
Converts a color from HSV color space to HWB color space
|
static RGBColor |
Color.rgb(Color color)
Converts a color to RGB color space
|
static RGBColor |
Color.rgb(Color color,
ColorSpace colorSpace)
Converts a color to RGB color space
|
static RGBColor |
Color.srgb(Color color)
Converts a color to SRGB color space
|
static YxyColor |
Color.yxy(Color color)
Converts a color to Yxy color model
|
Constructor and Description |
---|
RGBColor(Color color) |
RGBColor(Color color,
ColorSpace colorSpace) |
RGBColor(Color color,
double alpha) |
RGBColor(Color color,
double alpha,
ColorSpace colorSpace) |
Modifier and Type | Method and Description |
---|---|
void |
Canvas2DRenderingContext.setFillStyle(Color color) |
Modifier and Type | Method and Description |
---|---|
void |
Point3D.setColor(Color color) |
Constructor and Description |
---|
Point3D(double x,
double y,
double z,
Color color) |
Copyright © 2018 Xalys. All rights reserved.