Builder
public final class Builder
Undocumented
-
Creates a
BeamsRendererready to receive commands in order to render beams.Declaration
Swift
public init(configuration: Configuration) -
Start a beam at the given horizontal position, on the given
level.Declaration
Swift
public func startBeam(at x: Double, on level: Int) -
Stop the beam at the given horizontal position, on the given
level.Declaration
Swift
public func stopBeam(at x: Double, on level: Int) -
Add a beamlet at the given
x, on the givenlevel, going the givendirection.Declaration
Swift
public func addBeamlet( at x: Double, on level: Int, direction: Beaming.BeamletDirection ) -
Add all of the nececessary components for the given
rhythmSpellingat the givenpositions.Declaration
Swift
public func prepare(_ beaming: Beaming, at positions: [Double]) -
Undocumented
Declaration
Swift
public func build() -> BeamsView
View on GitHub
Install in Dash
Builder Class Reference