Uses of Enum Class
org.audiveris.proxymusic.LineType
Packages that use LineType
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of LineType in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as LineTypeModifier and TypeFieldDescriptionprotected LineTypeBracket.lineTypeprotected LineTypeEmptyLine.lineTypeprotected LineTypeGlissando.lineTypeprotected LineTypeLineDetail.lineTypeprotected LineTypeSlide.lineTypeprotected LineTypeSlur.lineTypeprotected LineTypeTied.lineTypeprotected LineTypeWedge.lineTypeMethods in org.audiveris.proxymusic that return LineTypeModifier and TypeMethodDescriptionstatic LineTypeBracket.getLineType()Gets the value of the lineType property.EmptyLine.getLineType()Gets the value of the lineType property.Glissando.getLineType()Gets the value of the lineType property.LineDetail.getLineType()Gets the value of the lineType property.Slide.getLineType()Gets the value of the lineType property.Slur.getLineType()Gets the value of the lineType property.Tied.getLineType()Gets the value of the lineType property.Wedge.getLineType()Gets the value of the lineType property.static LineTypeReturns the enum constant of this class with the specified name.static LineType[]LineType.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 LineTypeModifier and TypeMethodDescriptionvoidBracket.setLineType(LineType value) Sets the value of the lineType property.voidEmptyLine.setLineType(LineType value) Sets the value of the lineType property.voidGlissando.setLineType(LineType value) Sets the value of the lineType property.voidLineDetail.setLineType(LineType value) Sets the value of the lineType property.voidSlide.setLineType(LineType value) Sets the value of the lineType property.voidSlur.setLineType(LineType value) Sets the value of the lineType property.voidTied.setLineType(LineType value) Sets the value of the lineType property.voidWedge.setLineType(LineType value) Sets the value of the lineType property.