Package net.paulhertz.pixelaudio.example
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 -
Constructor Summary
Constructors -
Method Summary
-
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
-
x
public int x()- Specified by:
xin interfaceGesturePlayground_back.Happening
-
y
public int y()- Specified by:
yin interfaceGesturePlayground_back.Happening
-