Uses of Interface
org.jjazz.rhythm.spi.RhythmDirsLocator
Packages that use RhythmDirsLocator
Package
Description
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
Service provider to provide rhythm instances.
-
Uses of RhythmDirsLocator in org.jjazz.rhythm.api
Classes in org.jjazz.rhythm.api that implement RhythmDirsLocatorModifier and TypeClassDescriptionclassA parameterized implementation of the RhythmDirsLocator interface. -
Uses of RhythmDirsLocator in org.jjazz.rhythm.spi
Methods in org.jjazz.rhythm.spi that return RhythmDirsLocatorModifier and TypeMethodDescriptionstatic RhythmDirsLocatorRhythmDirsLocator.getDefault()Get the default implementation found in the global lookup, or a basic implementation if nothing found.