com.ebmwebsourcing.geasytools.geasyui.api.draggable.events
Interface IDragMoveEvent

All Known Implementing Classes:
DragMoveEvent

public interface IDragMoveEvent


Method Summary
 float getDragStartX()
          X position where the drag started
 float getDragStartY()
          Y position where the drag started
 

Method Detail

getDragStartX

float getDragStartX()
X position where the drag started

Returns:

getDragStartY

float getDragStartY()
Y position where the drag started

Returns:


Copyright © 2010-2011 Petals Link. All Rights Reserved.