Uses of Class
org.audiveris.proxymusic.NameDisplay
Packages that use NameDisplay
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of NameDisplay in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as NameDisplayModifier and TypeFieldDescriptionprotected NameDisplayPartGroup.groupAbbreviationDisplayprotected NameDisplayPartGroup.groupNameDisplayprotected NameDisplayPrint.partAbbreviationDisplayprotected NameDisplayScorePart.partAbbreviationDisplayprotected NameDisplayPrint.partNameDisplayprotected NameDisplayScorePart.partNameDisplayMethods in org.audiveris.proxymusic that return NameDisplayModifier and TypeMethodDescriptionObjectFactory.createNameDisplay()Create an instance ofNameDisplayPartGroup.getGroupAbbreviationDisplay()Gets the value of the groupAbbreviationDisplay property.PartGroup.getGroupNameDisplay()Gets the value of the groupNameDisplay property.Print.getPartAbbreviationDisplay()Gets the value of the partAbbreviationDisplay property.ScorePart.getPartAbbreviationDisplay()Gets the value of the partAbbreviationDisplay property.Print.getPartNameDisplay()Gets the value of the partNameDisplay property.ScorePart.getPartNameDisplay()Gets the value of the partNameDisplay property.Methods in org.audiveris.proxymusic with parameters of type NameDisplayModifier and TypeMethodDescriptionvoidPartGroup.setGroupAbbreviationDisplay(NameDisplay value) Sets the value of the groupAbbreviationDisplay property.voidPartGroup.setGroupNameDisplay(NameDisplay value) Sets the value of the groupNameDisplay property.voidPrint.setPartAbbreviationDisplay(NameDisplay value) Sets the value of the partAbbreviationDisplay property.voidScorePart.setPartAbbreviationDisplay(NameDisplay value) Sets the value of the partAbbreviationDisplay property.voidPrint.setPartNameDisplay(NameDisplay value) Sets the value of the partNameDisplay property.voidScorePart.setPartNameDisplay(NameDisplay value) Sets the value of the partNameDisplay property.