Uses of Class
com.helger.css.ECSSUnit
-
Packages that use ECSSUnit Package Description com.helger.css com.helger.css.decl com.helger.css.propertyvalue com.helger.css.utils -
-
Uses of ECSSUnit in com.helger.css
Fields in com.helger.css declared as ECSSUnit Modifier and Type Field Description static ECSSUnitECSSUnit. LENGTH_PXLength in pixelMethods in com.helger.css that return ECSSUnit Modifier and Type Method Description static ECSSUnitECSSUnit. getFromNameOrDefault(String sName, ECSSUnit eDefault)static ECSSUnitECSSUnit. getFromNameOrNull(String sName)static ECSSUnitECSSUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static ECSSUnit[]ECSSUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.css with parameters of type ECSSUnit Modifier and Type Method Description static ECSSUnitECSSUnit. getFromNameOrDefault(String sName, ECSSUnit eDefault) -
Uses of ECSSUnit in com.helger.css.decl
Methods in com.helger.css.decl that return ECSSUnit Modifier and Type Method Description ECSSUnitCSSExpressionMemberMathUnitSimple. getUnit() -
Uses of ECSSUnit in com.helger.css.propertyvalue
Methods in com.helger.css.propertyvalue that return ECSSUnit Modifier and Type Method Description ECSSUnitCSSSimpleValueWithUnit. getUnit()Methods in com.helger.css.propertyvalue with parameters of type ECSSUnit Modifier and Type Method Description CSSSimpleValueWithUnitCSSSimpleValueWithUnit. setUnit(ECSSUnit eUnit)Set the unit type.Constructors in com.helger.css.propertyvalue with parameters of type ECSSUnit Constructor Description CSSSimpleValueWithUnit(double dValue, ECSSUnit eUnit)ConstructorCSSSimpleValueWithUnit(BigDecimal aValue, ECSSUnit eUnit)Constructor -
Uses of ECSSUnit in com.helger.css.utils
Methods in com.helger.css.utils that return ECSSUnit Modifier and Type Method Description static ECSSUnitCSSNumberHelper. getMatchingUnitExclPercentage(String sCSSValue)Try to find the unit that is used in the specified values.static ECSSUnitCSSNumberHelper. getMatchingUnitInclPercentage(String sCSSValue)Try to find the unit that is used in the specified values.
-