Uses of Enum Class
eu.bandm.music.applications.tabstaff.DisplayTablature.VerticalExtend
Packages that use 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
Fields in eu.bandm.music.applications.tabstaff declared as DisplayTablature.VerticalExtendModifier and TypeFieldDescriptionDisplayTablature.verticalExtend
Which of the two four-line systems shall be painted as lines and not realized by ledger lines.Methods in eu.bandm.music.applications.tabstaff that return DisplayTablature.VerticalExtendModifier 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.Constructors in eu.bandm.music.applications.tabstaff with parameters of type DisplayTablature.VerticalExtendModifierConstructorDescriptionDisplayTablature
(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.