static bool isValidBackgroundRepeatValue(String value) { return value == REPEAT || value == NO_REPEAT || value == REPEAT_X || value == REPEAT_Y; }