Uses of Class
com.helger.css.propertyvalue.CSSSimpleValueWithUnit
Packages that use CSSSimpleValueWithUnit
-
Uses of CSSSimpleValueWithUnit in com.helger.css.propertyvalue
Methods in com.helger.css.propertyvalue that return CSSSimpleValueWithUnitModifier and TypeMethodDescriptionCSSSimpleValueWithUnit.add(double dDelta) Get a new object with the same unit but an added value.CSSSimpleValueWithUnit.add(BigDecimal aDelta) Get a new object with the same unit but an added value.CSSSimpleValueWithUnit.divide(double dDivisor) Get a new object with the same unit but an divided value.CSSSimpleValueWithUnit.divide(BigDecimal aDivisor) Get a new object with the same unit but an divided value.CSSSimpleValueWithUnit.divide(BigDecimal aDivisor, int nScale, RoundingMode eRoundingMode) Get a new object with the same unit but an divided value.CSSSimpleValueWithUnit.multiply(double dValue) Get a new object with the same unit but a multiplied value.CSSSimpleValueWithUnit.multiply(BigDecimal aValue) Get a new object with the same unit but a multiplied value.Set the unit type.CSSSimpleValueWithUnit.setValue(double dValue) Set the numerical value.CSSSimpleValueWithUnit.setValue(BigDecimal aValue) Set the numerical value.CSSSimpleValueWithUnit.substract(double dDelta) Get a new object with the same unit but a subtracted value.CSSSimpleValueWithUnit.substract(BigDecimal aDelta) Get a new object with the same unit but a subtracted value. -
Uses of CSSSimpleValueWithUnit in com.helger.css.utils
Methods in com.helger.css.utils that return CSSSimpleValueWithUnitModifier and TypeMethodDescriptionstatic CSSSimpleValueWithUnitCSSNumberHelper.getValueWithUnit(String sCSSValue) Convert the passed string value with unit into a structuredCSSSimpleValueWithUnit.static CSSSimpleValueWithUnitCSSNumberHelper.getValueWithUnit(String sCSSValue, boolean bWithPerc) Convert the passed string value with unit into a structuredCSSSimpleValueWithUnit.