Package net.paulhertz.pixelaudio.example
Class GesturePlayground_back.DotHappening
java.lang.Object
net.paulhertz.pixelaudio.example.GesturePlayground_back.DotHappening
- All Implemented Interfaces:
GesturePlayground_back.Happening
- Enclosing class:
- GesturePlayground_back
static final class GesturePlayground_back.DotHappening
extends Object
implements GesturePlayground_back.Happening
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
final int x -
y
final int y
-
-
Constructor Details
-
DotHappening
DotHappening(int x, int y)
-
-
Method Details
-
x
public int x()- Specified by:
xin interfaceGesturePlayground_back.Happening
-
y
public int y()- Specified by:
yin interfaceGesturePlayground_back.Happening
-