Package cardmanager.gui.impl.drags
Class Drag
- java.lang.Object
-
- cardmanager.gui.impl.drags.Drag
-
- Direct Known Subclasses:
CardDrag
,MarkerDrag
public abstract class Drag extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CardGeometry
old
double
x
double
y
-
Constructor Summary
Constructors Constructor Description Drag()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CardGeometry
getAffectedsGeomethry()
-
-
-
Field Detail
-
old
public CardGeometry old
-
x
public double x
-
y
public double y
-
-
Method Detail
-
getAffectedsGeomethry
public abstract CardGeometry getAffectedsGeomethry()
-
-