public static final class DataFormats.TileData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TileData(java.lang.String id,
GridPoint localDragPoint)
Creates a new tile data object with the given ID and initial drag point.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
GridPoint |
getLocalDragPoint() |
public TileData(java.lang.String id, GridPoint localDragPoint)
id
- the ID of the dragged widgetlocalDragPoint
- the point the tile was dragged from, local to that tilepublic java.lang.String getId()
public GridPoint getLocalDragPoint()