Uses of Enum
com.helger.css.ECSSUnit
Packages that use ECSSUnit
Package
Description
-
Uses of ECSSUnit in com.helger.css
Fields in com.helger.css declared as ECSSUnitMethods in com.helger.css that return ECSSUnitModifier and TypeMethodDescriptionstatic ECSSUnitECSSUnit.getFromNameOrDefault(String sName, ECSSUnit eDefault) static ECSSUnitECSSUnit.getFromNameOrNull(String sName) static ECSSUnitReturns 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 ECSSUnitModifier and TypeMethodDescriptionstatic ECSSUnitECSSUnit.getFromNameOrDefault(String sName, ECSSUnit eDefault) -
Uses of ECSSUnit in com.helger.css.decl
Methods in com.helger.css.decl that return ECSSUnit -
Uses of ECSSUnit in com.helger.css.propertyvalue
Methods in com.helger.css.propertyvalue that return ECSSUnitMethods in com.helger.css.propertyvalue with parameters of type ECSSUnitModifier and TypeMethodDescriptionSet the unit type.Constructors in com.helger.css.propertyvalue with parameters of type ECSSUnitModifierConstructorDescriptionCSSSimpleValueWithUnit(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 ECSSUnitModifier and TypeMethodDescriptionstatic 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.