Class CSS2FontPropertiesImpl
java.lang.Object
org.eclipse.e4.ui.css.core.dom.properties.css2.CSS2FontPropertiesImpl
- All Implemented Interfaces:
CSS2FontProperties,CSSValue
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortgetSize()getStyle()voidsetCssText(String arg0) voidsetFamily(CSSPrimitiveValue family) voidsetSize(CSSPrimitiveValue size) voidsetSizeAdjust(CSSPrimitiveValue sizeAdjust) voidsetStretch(CSSPrimitiveValue stretch) voidsetStyle(CSSPrimitiveValue style) voidsetVariant(CSSPrimitiveValue variant) voidsetWeight(CSSPrimitiveValue weight)
-
Constructor Details
-
CSS2FontPropertiesImpl
public CSS2FontPropertiesImpl()
-
-
Method Details
-
getFamily
- Specified by:
getFamilyin interfaceCSS2FontProperties
-
setFamily
- Specified by:
setFamilyin interfaceCSS2FontProperties
-
getSize
- Specified by:
getSizein interfaceCSS2FontProperties
-
setSize
- Specified by:
setSizein interfaceCSS2FontProperties
-
getSizeAdjust
- Specified by:
getSizeAdjustin interfaceCSS2FontProperties
-
setSizeAdjust
- Specified by:
setSizeAdjustin interfaceCSS2FontProperties
-
getWeight
- Specified by:
getWeightin interfaceCSS2FontProperties
-
setWeight
- Specified by:
setWeightin interfaceCSS2FontProperties
-
getStyle
- Specified by:
getStylein interfaceCSS2FontProperties
-
setStyle
- Specified by:
setStylein interfaceCSS2FontProperties
-
getVariant
- Specified by:
getVariantin interfaceCSS2FontProperties
-
setVariant
- Specified by:
setVariantin interfaceCSS2FontProperties
-
getStretch
- Specified by:
getStretchin interfaceCSS2FontProperties
-
setStretch
- Specified by:
setStretchin interfaceCSS2FontProperties
-
getCssText
- Specified by:
getCssTextin interfaceCSSValue
-
getCssValueType
public short getCssValueType()- Specified by:
getCssValueTypein interfaceCSSValue
-
setCssText
- Specified by:
setCssTextin interfaceCSSValue- Throws:
DOMException
-