Uses of Enum Class
org.audiveris.proxymusic.SymbolSize
Packages that use SymbolSize
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of SymbolSize in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as SymbolSizeModifier and TypeFieldDescriptionprotected SymbolSizeAccidental.sizeprotected SymbolSizeAccidentalMark.sizeprotected SymbolSizeClef.sizeprotected SymbolSizeLevel.sizeprotected SymbolSizeNoteType.sizeMethods in org.audiveris.proxymusic that return SymbolSizeModifier and TypeMethodDescriptionstatic SymbolSizeAccidental.getSize()Gets the value of the size property.AccidentalMark.getSize()Gets the value of the size property.Clef.getSize()Gets the value of the size property.Level.getSize()Gets the value of the size property.NoteType.getSize()Gets the value of the size property.static SymbolSizeReturns the enum constant of this class with the specified name.static SymbolSize[]SymbolSize.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 SymbolSizeModifier and TypeMethodDescriptionvoidAccidental.setSize(SymbolSize value) Sets the value of the size property.voidAccidentalMark.setSize(SymbolSize value) Sets the value of the size property.voidClef.setSize(SymbolSize value) Sets the value of the size property.voidLevel.setSize(SymbolSize value) Sets the value of the size property.voidNoteType.setSize(SymbolSize value) Sets the value of the size property.