Package | Description |
---|---|
eu.maxschuster.vaadin.colorpickerfield.converter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHexColorConverter<PRESENTATION,MODEL>
Base class for
Converter s that convert between CSS hex color and Color |
class |
AbstractRgbaColorConverter<PRESENTATION,MODEL>
Base class for
Converter s that convert between CSS rgba() color and Color |
class |
AbstractRgbColorConverter<PRESENTATION,MODEL>
Base class for
Converter s that convert between CSS rgb() color and Color |
class |
ColorToHexConverter
A
Converter that can convert a CSS hex color to a Color and
back |
class |
ColorToRgbaConverter
A
Converter that can convert a CSS rgba() color to a Color
and back |
class |
ColorToRgbConverter
A
Converter that can convert a CSS rgb() color to a Color
and back |
class |
HexToColorConverter
A
Converter that can convert a Color to CSS hex color
notation and back |
class |
RgbaToColorConverter
A
Converter that can convert a Color to CSS rgba() color
notation and back |
class |
RgbToColorConverter
A
Converter that can convert a Color to CSS rgb() color
notation and back |
Copyright © 2015 Max Schuster. All Rights Reserved.