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
Subclasses with type arguments of type SymbolicDuration in org.jjazz.harmony.apiMethods in org.jjazz.harmony.api that return SymbolicDurationModifier and TypeMethodDescriptionstatic SymbolicDurationSymbolicDuration.getClosestSymbolicDuration(float bd) Get the closest symbolic duration for specified beat duration.final SymbolicDurationNote.getSymbolicDuration()static SymbolicDurationSymbolicDuration.getSymbolicDuration(float bd) Get the symbolic duration for specified beat duration.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.Constructors in org.jjazz.harmony.api with parameters of type SymbolicDurationModifierConstructorDescriptionNote(int p, SymbolicDuration sd, int v, Note.Accidental alt) Create a Note with a pitch, a symbolic duration, a velocity and an accidental if any. -
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.