abc4j API Specification

Uses of Class
abc.notation.Part

Packages that use Part
abc.notation This package defines all classes related to tunes in abc notation. 
 

Uses of Part in abc.notation
 

Methods in abc.notation that return Part
 Part Tune.createPart(char partLabel)
          Creates a new part in this tune and returns it.
 Part Tune.getPart(char partLabel)
          Returns the part of the tune identified by the given label.
abstract  Part[] RepeatedPartAbstract.toPartsArray()
          Returns this repeated part as an array of singles parts.
 Part[] RepeatedPart.toPartsArray()
           
 Part[] MultiPartsDefinition.toPartsArray()
          Returns this multipart as an array of singles parts.
 

Constructors in abc.notation with parameters of type Part
RepeatedPart(Part part)
          Creates a new repeated part that will repeat the given part.
 


abc4j API Specification

Submit a bug or feature