Package ij.gui

Examples of ij.gui.PointRoi


                break;
            case TEXT:
                roi = new TextRoi(x, y, imagePlus);
                break;
            case POINT:
                roi = new PointRoi(x, y, imagePlus);
                break;
        }

        setRoi(roi, name, name, color, lineWidth);
        setRoi(roi1, name1, name, color, lineWidth);
View Full Code Here

TOP

Related Classes of ij.gui.PointRoi

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.