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 voidupdateCSSProperty(CSSBorderProperties borderProperties, String property, CSSValue value) Update theproperty ofborderPropertiesinstance with thevalue.static voidupdateCSSPropertyBorderColor(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-colorvalue.static voidupdateCSSPropertyBorderStyle(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-stylevalue.static voidupdateCSSPropertyBorderWidth(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-widthvalue.
-
Constructor Details
-
CSSBorderPropertiesHelpers
public CSSBorderPropertiesHelpers()
-
-
Method Details
-
updateCSSProperty
public static void updateCSSProperty(CSSBorderProperties borderProperties, String property, CSSValue value) Update theproperty ofborderPropertiesinstance with thevalue. -
updateCSSPropertyBorderStyle
public static void updateCSSPropertyBorderStyle(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-stylevalue. -
updateCSSPropertyBorderColor
public static void updateCSSPropertyBorderColor(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-colorvalue. -
updateCSSPropertyBorderWidth
public static void updateCSSPropertyBorderWidth(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-widthvalue.
-