Package net.sf.arianne.marboard.server.action.create

Examples of net.sf.arianne.marboard.server.action.create.CreateOvalAction


  public void register() {
    actions.put("clear_action", new ClearAction());
    actions.put("create_dot_action", new CreateDotAction());
    actions.put("create_rectangle_action", new CreateRectangleAction());
    actions.put("create_straight_line_action", new CreateStraightLineAction());
    actions.put("create_oval_action", new CreateOvalAction());
    actions.put("import_shapes_action", new ImportShapesAction());
  }
View Full Code Here

TOP

Related Classes of net.sf.arianne.marboard.server.action.create.CreateOvalAction

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.