public StyleValue compile(Object objValue)
{
String value = stringify(objValue);
try
{
XCoordinateValue attribute;
attribute = attemptAlignedAttribute(value);
if(attribute == null)
attribute = attemptPercentageAttribute(value);
if(attribute == null)
attribute = attemptStaticAttribute(value);