Package net.paulhertz.pixelaudio.example
Class WaveSynthSequencer.TimedLocation
java.lang.Object
net.paulhertz.pixelaudio.example.WaveSynthSequencer.TimedLocation
- Direct Known Subclasses:
WaveSynthSequencer.NoteTimedLocation
- Enclosing class:
- WaveSynthSequencer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
private int x -
y
private int y -
stopTime
private int stopTime -
isStale
private boolean isStale
-
-
Constructor Details
-
TimedLocation
public TimedLocation(int x, int y, int stop)
-
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
stopTime
public int stopTime() -
isStale
public boolean isStale() -
setStale
public void setStale(boolean stale)
-