Package org.nlogo.shape

Examples of org.nlogo.shape.Polygon


      // curves are not currently supported - ST 6/11/04
      //case VectorShape.CURVE:
      //    return new Curve
      //        ( start, last, editorDialog.getElementColor() ) ;
      else if (editorDialog.getElementType() == Polygon.class) {
        return new Polygon
            (start, editorDialog.getElementColor());
      }
      // ellipses are not currently supported - ST 6/11/04
      //case VectorShape.ELLIPSE:
      //    return new Ellipse
View Full Code Here

TOP

Related Classes of org.nlogo.shape.Polygon

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.