Examples of DrawingTool_Pen


Examples of DrawingTools.DrawingTool_Pen

 
  // constructor
  protected MachineConfiguration() {
    tools = new DrawingTool[6];
    int i=0;
    tools[i++]=new DrawingTool_Pen("Pen (black)",0);
    tools[i++]=new DrawingTool_Pen("Pen (red)",1);
    tools[i++]=new DrawingTool_Pen("Pen (green)",2);
    tools[i++]=new DrawingTool_Pen("Pen (blue)",3);
    tools[i++]=new DrawingTool_LED();
    tools[i++]=new DrawingTool_Spraypaint();
   
    VersionCheck();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.