Package ij.gui

Examples of ij.gui.TextRoi


                // Vertical line of the cross
                origine = y - height / 2;
                roi2 = new Line(x, origine, x, origine + height);
                break;
            case TEXT:
                roi = new TextRoi(x, y, imagePlus);
                break;
            case POINT:
                roi = new PointRoi(x, y, imagePlus);
                break;
        }
View Full Code Here

TOP

Related Classes of ij.gui.TextRoi

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.