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
-
Method Summary
Modifier and TypeMethodDescriptionshort
getSize()
getStyle()
void
setCssText
(String arg0) void
setFamily
(CSSPrimitiveValue family) void
setSize
(CSSPrimitiveValue size) void
setSizeAdjust
(CSSPrimitiveValue sizeAdjust) void
setStretch
(CSSPrimitiveValue stretch) void
setStyle
(CSSPrimitiveValue style) void
setVariant
(CSSPrimitiveValue variant) void
setWeight
(CSSPrimitiveValue weight)
-
Constructor Details
-
CSS2FontPropertiesImpl
public CSS2FontPropertiesImpl()
-
-
Method Details
-
getFamily
- Specified by:
getFamily
in interfaceCSS2FontProperties
-
setFamily
- Specified by:
setFamily
in interfaceCSS2FontProperties
-
getSize
- Specified by:
getSize
in interfaceCSS2FontProperties
-
setSize
- Specified by:
setSize
in interfaceCSS2FontProperties
-
getSizeAdjust
- Specified by:
getSizeAdjust
in interfaceCSS2FontProperties
-
setSizeAdjust
- Specified by:
setSizeAdjust
in interfaceCSS2FontProperties
-
getWeight
- Specified by:
getWeight
in interfaceCSS2FontProperties
-
setWeight
- Specified by:
setWeight
in interfaceCSS2FontProperties
-
getStyle
- Specified by:
getStyle
in interfaceCSS2FontProperties
-
setStyle
- Specified by:
setStyle
in interfaceCSS2FontProperties
-
getVariant
- Specified by:
getVariant
in interfaceCSS2FontProperties
-
setVariant
- Specified by:
setVariant
in interfaceCSS2FontProperties
-
getStretch
- Specified by:
getStretch
in interfaceCSS2FontProperties
-
setStretch
- Specified by:
setStretch
in interfaceCSS2FontProperties
-
getCssText
- Specified by:
getCssText
in interfaceCSSValue
-
getCssValueType
public short getCssValueType()- Specified by:
getCssValueType
in interfaceCSSValue
-
setCssText
- Specified by:
setCssText
in interfaceCSSValue
- Throws:
DOMException
-