Uses of Enum Class
org.jjazz.rhythm.api.Division
Packages that use Division
Package
Description
Various file readers
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
-
Uses of Division in org.jjazz.importers.api
Fields in org.jjazz.importers.api declared as DivisionConstructors in org.jjazz.importers.api with parameters of type Division -
Uses of Division in org.jjazz.rhythm.api
Subclasses with type arguments of type Division in org.jjazz.rhythm.apiMethods in org.jjazz.rhythm.api that return DivisionModifier and TypeMethodDescriptionRhythmFeatures.division()Returns the value of thedivisionrecord component.static DivisionTry to guess the division type from the specified parameters.static DivisionReturns the enum constant of this class with the specified name.static Divisionstatic Division[]Division.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.rhythm.api with parameters of type DivisionConstructors in org.jjazz.rhythm.api with parameters of type DivisionModifierConstructorDescriptionRhythmFeatures(Genre genre, Division division, TempoRange tempoRange) Creates an instance of aRhythmFeaturesrecord class. -
Uses of Division in org.jjazz.yamjjazz.rhythm.api
Fields in org.jjazz.yamjjazz.rhythm.api declared as Division