Package net.sf.fysix.presentation.view

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


  public void onCollosion(double energy, Vector2d pos, Vector2d impulse, WorldObject other) {
  }

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

TOP

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

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.