Previous Next Package
Class MIDICompose.Rest
java.lang.Object
|
+----MIDICompose.MIDIObject
|
+----MIDICompose.Rest
- public class Rest
- extends MIDIObject
- implements Lengthable
-
Rest(int)
- Creates new Rest with length.
-
Rest(int, int)
- Creates new Rest with deltaTime and length.
All methods from interfaces are implemented, but not listed here!
Rest
public Rest(int length)
- Creates a new Rest.
- Parameters:
- length - any int (>= 0).
Rest
public Rest(int deltaTime,
int length)
- Creates a new Rest.
- Parameters:
- deltaTime - any int (>= 0).
- length - any int (>= 0).
Previous Next Package