Uses of Interface
org.eclipse.e4.ui.css.core.impl.dom.CssValues.CssNumeric
Packages that use CssValues.CssNumeric
-
Uses of CssValues.CssNumeric in org.eclipse.e4.ui.css.core.impl.dom
Classes in org.eclipse.e4.ui.css.core.impl.dom that implement CssValues.CssNumericModifier and TypeClassDescriptionstatic final record26px,30%,75em- a number with a unit.static final record34or2.0- a unitless number.Methods in org.eclipse.e4.ui.css.core.impl.dom that return CssValues.CssNumericModifier and TypeMethodDescriptionCssValues.CssColor.blue()Returns the value of thebluerecord component.CssValues.CssColor.green()Returns the value of thegreenrecord component.CssValues.CssColor.red()Returns the value of theredrecord component.Constructors in org.eclipse.e4.ui.css.core.impl.dom with parameters of type CssValues.CssNumericModifierConstructorDescriptionCssColor(CssValues.CssNumeric red, CssValues.CssNumeric green, CssValues.CssNumeric blue) Creates an instance of aCssColorrecord class.