Class SongStructureFactory
java.lang.Object
org.jjazz.songstructure.api.SongStructureFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SongStructureabstract SongStructurecreateSgs(ChordLeadSheet cls) Create a SongStructure with cls as parentChordLeadSheet.abstract SongStructureA simple SGS with just 1 SongPart of 4 bars and the RhythmDatabase default rhythm.static SongStructureFactory
-
Constructor Details
-
SongStructureFactory
public SongStructureFactory()
-
-
Method Details
-
getDefault
-
createEmptySgs
-
createSimpleSgs
A simple SGS with just 1 SongPart of 4 bars and the RhythmDatabase default rhythm.- Returns:
-
createSgs
Create a SongStructure with cls as parentChordLeadSheet.One SongPart is created for each cls section.
- Parameters:
cls-- Returns:
- Throws:
UnsupportedEditException
-