Package com.neophob.sematrix.core.output.gamma

Examples of com.neophob.sematrix.core.output.gamma.GammaType


    /**
     *
     * @return
     */
    private GammaType parseGammaCorrection() {
        GammaType ret = GammaType.NONE;
       
        String rawConfig = config.getProperty(ConfigConstant.CFG_PANEL_GAMMA_TAB);       
        if (StringUtils.isBlank(rawConfig)) {
            return ret;
        }
View Full Code Here

TOP

Related Classes of com.neophob.sematrix.core.output.gamma.GammaType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.