Uses of Enum Class
org.audiveris.proxymusic.EnclosureShape
Packages that use EnclosureShape
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of EnclosureShape in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as EnclosureShapeModifier and TypeFieldDescriptionprotected EnclosureShapeAccidentalText.enclosureprotected EnclosureShapeDynamics.enclosureprotected EnclosureShapeFormattedSymbol.enclosureprotected EnclosureShapeFormattedSymbolId.enclosureprotected EnclosureShapeFormattedText.enclosureprotected EnclosureShapeFormattedTextId.enclosureprotected EnclosureShapePercussion.enclosureMethods in org.audiveris.proxymusic that return EnclosureShapeModifier and TypeMethodDescriptionstatic EnclosureShapeAccidentalText.getEnclosure()Gets the value of the enclosure property.Dynamics.getEnclosure()Gets the value of the enclosure property.FormattedSymbol.getEnclosure()Gets the value of the enclosure property.FormattedSymbolId.getEnclosure()Gets the value of the enclosure property.FormattedText.getEnclosure()Gets the value of the enclosure property.FormattedTextId.getEnclosure()Gets the value of the enclosure property.Percussion.getEnclosure()Gets the value of the enclosure property.static EnclosureShapeReturns the enum constant of this class with the specified name.static EnclosureShape[]EnclosureShape.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 EnclosureShapeModifier and TypeMethodDescriptionvoidAccidentalText.setEnclosure(EnclosureShape value) Sets the value of the enclosure property.voidDynamics.setEnclosure(EnclosureShape value) Sets the value of the enclosure property.voidFormattedSymbol.setEnclosure(EnclosureShape value) Sets the value of the enclosure property.voidFormattedSymbolId.setEnclosure(EnclosureShape value) Sets the value of the enclosure property.voidFormattedText.setEnclosure(EnclosureShape value) Sets the value of the enclosure property.voidFormattedTextId.setEnclosure(EnclosureShape value) Sets the value of the enclosure property.voidPercussion.setEnclosure(EnclosureShape value) Sets the value of the enclosure property.