Uses of Class
com.softsynth.jmsl.score.util.BeamGroupCollection
Package | Description |
---|---|
com.softsynth.jmsl.score.transforms | |
com.softsynth.jmsl.score.util |
-
Uses of BeamGroupCollection in com.softsynth.jmsl.score.transforms
Methods in com.softsynth.jmsl.score.transforms with parameters of type BeamGroupCollection Modifier and Type Method Description void
BeamGroupTransform. setBeamGroupCollection(BeamGroupCollection beamGroupCollection)
-
Uses of BeamGroupCollection in com.softsynth.jmsl.score.util
Methods in com.softsynth.jmsl.score.util that return BeamGroupCollection Modifier and Type Method Description BeamGroupCollection
BeamGroupCollectionIO. read(java.io.File f)
Methods in com.softsynth.jmsl.score.util with parameters of type BeamGroupCollection Modifier and Type Method Description void
BeamGroupCollectionIO. write(BeamGroupCollection beamGroupCollection, java.io.File f)
Constructors in com.softsynth.jmsl.score.util with parameters of type BeamGroupCollection Constructor Description BeamGrouper(Track t, BeamGroupCollection beamGroupCollection)