Class GesturePlayground_back.ClickHappening

java.lang.Object
net.paulhertz.pixelaudio.example.GesturePlayground_back.ClickHappening
All Implemented Interfaces:
GesturePlayground_back.Happening
Enclosing class:
GesturePlayground_back

static final class GesturePlayground_back.ClickHappening extends Object implements GesturePlayground_back.Happening
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final int
     
    (package private) final float
     
    (package private) final int
     
    (package private) final int
     
    (package private) final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClickHappening(int x, int y, int samplePos, int len, float pan)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    x()
     
    int
    y()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      final int x
    • y

      final int y
    • samplePos

      final int samplePos
    • len

      final int len
    • pan

      final float pan
  • Constructor Details

    • ClickHappening

      ClickHappening(int x, int y, int samplePos, int len, float pan)
  • Method Details