Uses of Class
de.infinityloop.util.style.CSSValue

Packages that use CSSValue
de.infinityloop.upcast   
de.infinityloop.util.style   
 

Uses of CSSValue in de.infinityloop.upcast
 

Methods in de.infinityloop.upcast that return CSSValue
 CSSValue UpcastStyle.getCSSProperty(int propertyId)
          retrieves the value of the CSS property with the specified index as defined in CSSProperties.
 

Uses of CSSValue in de.infinityloop.util.style
 

Methods in de.infinityloop.util.style with parameters of type CSSValue
 double CSSValue.getLengthAbsFromRelative(int destUnit, CSSValue baseComputed, CSSValue fontSize, double dpi)
          returns a length, converted from the original unit to the desired unit, with providing base values for relative calculations.