Package org.xtext.tortoiseshell.lib

Examples of org.xtext.tortoiseshell.lib.MoveEvent


  public double getAngleInRadians() {
    return this.angle;
  }
 
  protected void fireMoveEvent(final Point oldPosition) {
    MoveEvent _moveEvent = new MoveEvent(this, oldPosition);
    this.notifyListeners(_moveEvent);
  }
View Full Code Here

TOP

Related Classes of org.xtext.tortoiseshell.lib.MoveEvent

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.