Package ij.gui

Examples of ij.gui.OvalRoi


            case RECTANGLE:
                roi = new Roi(x, y, width, height);
                break;
            case OVAL:
                roi = new OvalRoi(x, y, width, height);
                break;
            case CROSS:
                // Creation de 2 lignes

                // Horizontal line of the cross
View Full Code Here

TOP

Related Classes of ij.gui.OvalRoi

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.