Uses of Enum Class
org.jjazz.harmony.api.SymbolicDuration
Packages that use SymbolicDuration
Package
Description
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
Basic quantization methods.
Graphical utilities: generic components and methods.
-
Uses of SymbolicDuration in org.jjazz.harmony.api
Methods in org.jjazz.harmony.api that return SymbolicDurationModifier and TypeMethodDescriptionfinal SymbolicDurationNote.getSymbolicDuration()static SymbolicDurationSymbolicDuration.getSymbolicDuration(float bd) static SymbolicDurationReturns the enum constant of this class with the specified name.static SymbolicDuration[]SymbolicDuration.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SymbolicDuration in org.jjazz.quantizer.api
Methods in org.jjazz.quantizer.api that return SymbolicDurationModifier and TypeMethodDescriptionQuantization.getSymbolicDuration()Get the symbolic duration of on quantized unit. -
Uses of SymbolicDuration in org.jjazz.uiutilities.api
Methods in org.jjazz.uiutilities.api with parameters of type SymbolicDurationModifier and TypeMethodDescriptionstatic IconNoteIcons.get20x30(SymbolicDuration sd) Get a 20x30 icon for the specified symbolic duration.