Class CSSValueConverterConfigColorImpl
java.lang.Object
org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueConverterConfigColorImpl
- All Implemented Interfaces:
ICSSValueConverterColorConfig,ICSSValueConverterConfig
public class CSSValueConverterConfigColorImpl
extends Object
implements ICSSValueConverterColorConfig
CSS Value converter color config to format the CSSValue string color.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ICSSValueConverterConfigstatic final ICSSValueConverterConfigstatic final ICSSValueConverterConfigFields inherited from interface org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverterColorConfig
COLOR_HEXA_FORMAT, COLOR_NAME_FORMAT, COLOR_RGB_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturn format (Hexadecimal color, Color name, RGB color).
-
Field Details
-
COLOR_HEXA_FORMAT_CONFIG
-
COLOR_NAME_FORMAT_CONFIG
-
COLOR_RGB_FORMAT_CONFIG
-
-
Constructor Details
-
CSSValueConverterConfigColorImpl
public CSSValueConverterConfigColorImpl(int format)
-
-
Method Details
-
getFormat
public int getFormat()Description copied from interface:ICSSValueConverterColorConfigReturn format (Hexadecimal color, Color name, RGB color).- Specified by:
getFormatin interfaceICSSValueConverterColorConfig
-