Uses of Enum Class
org.audiveris.proxymusic.LineShape
Packages that use LineShape
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of LineShape in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as LineShapeModifier and TypeFieldDescriptionprotected LineShapeEmptyLine.lineShapeprotected LineShapeTuplet.lineShapeMethods in org.audiveris.proxymusic that return LineShapeModifier and TypeMethodDescriptionstatic LineShapeEmptyLine.getLineShape()Gets the value of the lineShape property.Tuplet.getLineShape()Gets the value of the lineShape property.static LineShapeReturns the enum constant of this class with the specified name.static LineShape[]LineShape.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 LineShapeModifier and TypeMethodDescriptionvoidEmptyLine.setLineShape(LineShape value) Sets the value of the lineShape property.voidTuplet.setLineShape(LineShape value) Sets the value of the lineShape property.