Uses of Enum Class
eu.bandm.music.applications.tabstaff.DisplayTablature.VocesTangentes
Packages that use DisplayTablature.VocesTangentes
Package
Description
Prototypical realization of the "TabStaff+" design for
notating Tactie User Interfaces (TUIs) like the "Ableton Push",
as presented by L.Wilde and C.White on Tenor2024 in Zürich.
-
Uses of DisplayTablature.VocesTangentes in eu.bandm.music.applications.tabstaff
Fields in eu.bandm.music.applications.tabstaff declared as DisplayTablature.VocesTangentesModifier and TypeFieldDescriptionprotected DisplayTablature.VocesTangentes
DisplayTablature.vocesTangentes
When to apply shifts.(package private) final DisplayTablature.VocesTangentes
Tabstaff.Configuration.vocesTangentes
Methods in eu.bandm.music.applications.tabstaff that return DisplayTablature.VocesTangentesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DisplayTablature.VocesTangentes[]
DisplayTablature.VocesTangentes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.bandm.music.applications.tabstaff with parameters of type DisplayTablature.VocesTangentesModifierConstructorDescriptionDisplayTablature
(Tabstaff score, TablatureGraphics tabGraphics, DisplayTablature.VerticalExtend verticalExtend, DisplayTablature.VocesTangentes vocesTangentes, DisplayTablature.shiftAgainstCollision collisionMode) Constructor with explicit parameters for layout.