Class GesturePlayground.ActiveDot

java.lang.Object
net.paulhertz.pixelaudio.example.GesturePlayground.ActiveDot
Enclosing class:
GesturePlayground

static final class GesturePlayground.ActiveDot extends Object
  • Field Details

    • x

      final int x
    • y

      final int y
    • expireMs

      final long expireMs
  • Constructor Details

    • ActiveDot

      ActiveDot(int x, int y, long expireMs)