Package cc.sketchchair.sketch

Examples of cc.sketchchair.sketch.SketchGlobals


    fc = null;
    pdfSaveLocation = null;
    measuretTool = new MeasureTool();
    LAST_SAVED_LOCATION = null;

    SketchGlobals = new SketchGlobals();
    SketchGlobals.undo = this.undo;

  }
View Full Code Here

TOP

Related Classes of cc.sketchchair.sketch.SketchGlobals

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.