Uses of Enum Class
org.eclipse.e4.ui.css.core.impl.dom.CssValues.CssUnit
Packages that use CssValues.CssUnit
-
Uses of CssValues.CssUnit in org.eclipse.e4.ui.css.core.impl.dom
Subclasses with type arguments of type CssValues.CssUnit in org.eclipse.e4.ui.css.core.impl.domMethods in org.eclipse.e4.ui.css.core.impl.dom that return CssValues.CssUnitModifier and TypeMethodDescriptionCssValues.CssDimension.unit()Returns the value of theunitrecord component.CssValues.CssNumber.unit()CssValues.CssNumeric.unit()The unit;CssValues.CssUnit.NUMBERfor a unitless number.static CssValues.CssUnitReturns the enum constant of this class with the specified name.static CssValues.CssUnit[]CssValues.CssUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.e4.ui.css.core.impl.dom with parameters of type CssValues.CssUnitModifierConstructorDescriptionCssDimension(double value, CssValues.CssUnit unit) CssDimension(double value, CssValues.CssUnit unit, String unitText) Creates an instance of aCssDimensionrecord class.