Package net.sf.fysix.presentation.view

Examples of net.sf.fysix.presentation.view.TestShip2View


    //super.lifePoints -= energy;
  }

  public View getView() {
    if (view == null) {
      view = new TestShip2View(this, shapeData);
    }
    return view;
  }
View Full Code Here

TOP

Related Classes of net.sf.fysix.presentation.view.TestShip2View

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.