All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smyld.app.entityplot.ActionDragEntity Maven / Gradle / Ivy

package org.smyld.app.entityplot;

import java.awt.Point;

public class ActionDragEntity extends EntityPlotAction {
	Point         oldPosition;
	public ActionDragEntity(EntityPlotter entity,Point oldPosition){
		super(TYPE_DRAG_ENTITY,entity);
		this.oldPosition = oldPosition;
	}
	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy