Uses of Enum Class
org.audiveris.proxymusic.TwoNoteTurn
Packages that use TwoNoteTurn
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of TwoNoteTurn in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as TwoNoteTurnModifier and TypeFieldDescriptionprotected TwoNoteTurnEmptyTrillSound.twoNoteTurnprotected TwoNoteTurnHorizontalTurn.twoNoteTurnprotected TwoNoteTurnWavyLine.twoNoteTurnMethods in org.audiveris.proxymusic that return TwoNoteTurnModifier and TypeMethodDescriptionstatic TwoNoteTurnEmptyTrillSound.getTwoNoteTurn()Gets the value of the twoNoteTurn property.HorizontalTurn.getTwoNoteTurn()Gets the value of the twoNoteTurn property.WavyLine.getTwoNoteTurn()Gets the value of the twoNoteTurn property.static TwoNoteTurnReturns the enum constant of this class with the specified name.static TwoNoteTurn[]TwoNoteTurn.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.audiveris.proxymusic with parameters of type TwoNoteTurnModifier and TypeMethodDescriptionvoidEmptyTrillSound.setTwoNoteTurn(TwoNoteTurn value) Sets the value of the twoNoteTurn property.voidHorizontalTurn.setTwoNoteTurn(TwoNoteTurn value) Sets the value of the twoNoteTurn property.voidWavyLine.setTwoNoteTurn(TwoNoteTurn value) Sets the value of the twoNoteTurn property.