555657585960616263
{ if(PercentageAttributeCompiler.isPercentage(value)) { double percentValue = PercentageAttributeCompiler.convertToDouble(value); if(percentValue >= 0) return new PercentageXCoordinateValue(percentValue); } return null; }