Interface SystemColorConverter

All Known Implementing Classes:
DefaultSystemColorConverter, MappedSystemColorConverter

public interface SystemColorConverter
The CssColorConverter converts system colors into color values.

References:

CSS System colors
w3.org
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Text in active links.
    static final String
    The face background color for push buttons.
    static final String
    Text on push buttons.
    static final String
    Background of application content or documents.
    static final String
    Text in application content or documents.
    static final String
    Background of input fields.
    static final String
    Text in input fields.
    static final String
    Disabled text.
    static final String
    Background of item(s) selected in a control.
    static final String
    Text of item(s) selected in a control.
    static final String
    Text in non-active, non-visited links.
    static final String
    Text in visited links.
  • Method Summary

    Modifier and Type
    Method
    Description
    default javafx.scene.paint.Color
    Converts the specified value from input unit to a Color value.