Uses of Class
org.audiveris.proxymusic.PartList
Packages that use PartList
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of PartList in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as PartListModifier and TypeFieldDescriptionprotected PartListScorePartwise.partListprotected PartListScoreTimewise.partListMethods in org.audiveris.proxymusic that return PartListModifier and TypeMethodDescriptionObjectFactory.createPartList()Create an instance ofPartListScorePartwise.getPartList()Gets the value of the partList property.ScoreTimewise.getPartList()Gets the value of the partList property.Methods in org.audiveris.proxymusic with parameters of type PartListModifier and TypeMethodDescriptionvoidScorePartwise.setPartList(PartList value) Sets the value of the partList property.voidScoreTimewise.setPartList(PartList value) Sets the value of the partList property.