Class Conversions
- java.lang.Object
-
- org.xhtmlrenderer.css.parser.property.Conversions
-
public class Conversions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Conversions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertyValue
getBorderWidth(java.lang.String ident)
static FSRGBColor
getColor(java.lang.String ident)
static IdentValue
getNumericFontWeight(float weight)
-
-
-
Method Detail
-
getColor
public static FSRGBColor getColor(java.lang.String ident)
-
getNumericFontWeight
public static IdentValue getNumericFontWeight(float weight)
-
getBorderWidth
public static PropertyValue getBorderWidth(java.lang.String ident)
-
-