Uses of Enum Class
org.audiveris.proxymusic.ValignImage
Packages that use ValignImage
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of ValignImage in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as ValignImageModifier and TypeFieldDescriptionprotected ValignImageFrame.valignprotected ValignImageImage.valignMethods in org.audiveris.proxymusic that return ValignImageModifier and TypeMethodDescriptionstatic ValignImageFrame.getValign()Gets the value of the valign property.Image.getValign()Gets the value of the valign property.static ValignImageReturns the enum constant of this class with the specified name.static ValignImage[]ValignImage.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 ValignImageModifier and TypeMethodDescriptionvoidFrame.setValign(ValignImage value) Sets the value of the valign property.voidImage.setValign(ValignImage value) Sets the value of the valign property.