Package ij.process

Examples of ij.process.FloatPolygon


    makePolygonRelative();
    cachedMask = null;
  }

  void makePolygonRelative() {
    FloatPolygon poly = new FloatPolygon(xpf, ypf, nPoints);
    Rectangle r = poly.getBounds();
    x = r.x;
    y = r.y;
    width = r.width;
    height = r.height;
        for (int i=0; i<nPoints; i++) {
View Full Code Here

TOP

Related Classes of ij.process.FloatPolygon

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.