uk.org.toot.midi.sequence.edit
Interface Selection

All Superinterfaces:
Copyable, CutPasteable, Editable, Moveable, Transposable
All Known Implementing Classes:
SequenceSelection, TrackSelection

public interface Selection
extends Transposable, CutPasteable, Moveable, Copyable


Method Summary
 boolean contains(MidiNote note)
           
 int size()
           
 
Methods inherited from interface uk.org.toot.midi.sequence.edit.Transposable
transpose
 
Methods inherited from interface uk.org.toot.midi.sequence.edit.Copyable
deepCopy
 
Methods inherited from interface uk.org.toot.midi.sequence.edit.Moveable
move
 
Methods inherited from interface uk.org.toot.midi.sequence.edit.Editable
clone
 

Method Detail

contains

boolean contains(MidiNote note)

size

int size()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.