Uses of Enum Class
eu.bandm.music.applications.tabstaff.DisplayTablature.VerticalExtend
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.VerticalExtend in eu.bandm.music.applications.tabstaff
Modifier and TypeFieldDescriptionDisplayTablature.verticalExtend
Which of the two four-line systems shall be painted as lines and not realized by ledger lines.Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DisplayTablature.VerticalExtend[]
DisplayTablature.VerticalExtend.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDisplayTablature
(Tabstaff score, TablatureGraphics tabGraphics, DisplayTablature.VerticalExtend verticalExtend) Constructor with sensible default parameters for layout.DisplayTablature
(Tabstaff score, TablatureGraphics tabGraphics, DisplayTablature.VerticalExtend verticalExtend, DisplayTablature.VocesTangentes vocesTangentes, DisplayTablature.shiftAgainstCollision collisionMode) Constructor with explicit parameters for layout.