Class 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()  
    • Field Detail

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • Drag

        public Drag()
    • Method Detail

      • getAffectedsGeomethry

        public abstract CardGeometry getAffectedsGeomethry()