Uses of Enum Class
org.jjazz.instrumentcomponents.keyboard.api.KeyboardComponent.Orientation
-
Uses of KeyboardComponent.Orientation in org.jjazz.instrumentcomponents.keyboard.api
Modifier and TypeMethodDescriptionKeyboardComponent.getOrientation()
Returns the enum constant of this class with the specified name.static KeyboardComponent.Orientation[]
KeyboardComponent.Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionKeyboardComponent
(KeyboardRange kbdSize, KeyboardComponent.Orientation orientation, boolean useOutOfRangeIndicator) Create a keyboard with the specified parameters.PianoKey
(int p, boolean leftMost, boolean rightMost, KeyboardComponent.Orientation orientation) Construct a piano key for a specified pitch.