Package org.eclipse.e4.ui.css.core.css2
Class CSSBorderPropertiesHelpers
java.lang.Object
org.eclipse.e4.ui.css.core.css2.CSSBorderPropertiesHelpers
CSS2 Border Helper.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
updateCSSProperty
(CSSBorderProperties borderProperties, String property, CSSValue value) Update theproperty of
borderProperties
instance with thevalue
.static void
updateCSSPropertyBorderColor
(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-colorvalue
.static void
updateCSSPropertyBorderStyle
(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-stylevalue
.static void
updateCSSPropertyBorderWidth
(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-widthvalue
.
-
Constructor Details
-
CSSBorderPropertiesHelpers
public CSSBorderPropertiesHelpers()
-
-
Method Details
-
updateCSSProperty
public static void updateCSSProperty(CSSBorderProperties borderProperties, String property, CSSValue value) Update theproperty of
borderProperties
instance with thevalue
. -
updateCSSPropertyBorderStyle
public static void updateCSSPropertyBorderStyle(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-stylevalue
. -
updateCSSPropertyBorderColor
public static void updateCSSPropertyBorderColor(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-colorvalue
. -
updateCSSPropertyBorderWidth
public static void updateCSSPropertyBorderWidth(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-widthvalue
.
-