public void setProportionStrategy(String proportionStrategy) {
        if (proportionStrategy == null) {
            setProportionStrategy(DEFAULT_PROPORTION_STRATEGY);
        } else {
            try {