Package com.lightcrafts.ui.operation.whitepoint

Examples of com.lightcrafts.ui.operation.whitepoint.WhitePointControl


    // This method exists for backwards compatibility with LZN files that
    // refer to WhitePointControl.
    public OpControl addWhitePointControl() {
        int index = getOpControlCount();
        WhitePointOperation op = engine.insertWhitePointOperation(index);
        OpControl control = new WhitePointControl(op, this);
        addControl(control, index);
        return control;
    }
View Full Code Here

TOP

Related Classes of com.lightcrafts.ui.operation.whitepoint.WhitePointControl

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.