Uses of Enum Class
org.audiveris.proxymusic.TextDirection
Packages that use TextDirection
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of TextDirection in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as TextDirectionModifier and TypeFieldDescriptionprotected TextDirectionAccidentalText.dirprotected TextDirectionFormattedSymbol.dirprotected TextDirectionFormattedSymbolId.dirprotected TextDirectionFormattedText.dirprotected TextDirectionFormattedTextId.dirprotected TextDirectionTextElementData.dirMethods in org.audiveris.proxymusic that return TextDirectionModifier and TypeMethodDescriptionstatic TextDirectionAccidentalText.getDir()Gets the value of the dir property.FormattedSymbol.getDir()Gets the value of the dir property.FormattedSymbolId.getDir()Gets the value of the dir property.FormattedText.getDir()Gets the value of the dir property.FormattedTextId.getDir()Gets the value of the dir property.TextElementData.getDir()Gets the value of the dir property.static TextDirectionReturns the enum constant of this class with the specified name.static TextDirection[]TextDirection.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 TextDirectionModifier and TypeMethodDescriptionvoidAccidentalText.setDir(TextDirection value) Sets the value of the dir property.voidFormattedSymbol.setDir(TextDirection value) Sets the value of the dir property.voidFormattedSymbolId.setDir(TextDirection value) Sets the value of the dir property.voidFormattedText.setDir(TextDirection value) Sets the value of the dir property.voidFormattedTextId.setDir(TextDirection value) Sets the value of the dir property.voidTextElementData.setDir(TextDirection value) Sets the value of the dir property.