Package GShape.Viewer

Examples of GShape.Viewer.GViewer


    this.parent = parent;
    arrNames = new Vector<String> ();
    arrObjects = new Vector<iGObject> ();
    // Create a graphic object
    if (no3d == false)
      graph = new GViewer (parent, arrObjects, mode);
   
   
    // SketchName
    RefreshSketchName (parent.getClass());
   
View Full Code Here

TOP

Related Classes of GShape.Viewer.GViewer

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.