TupletBracket class

Configuresção of the bracket de tuplet

Constructors

TupletBracket({double thickness = 0.125, double hookLength = 0.9, bool show = true, BracketSide side = BracketSide.stem, double slope = 0.0, double minDistanceFromNotes = 0.75})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hookLength double
Length dos ganchos nas extremidades
final
minDistanceFromNotes double
Distance mínima of the bracket às notes (0.75 staff spaces)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
Mostrar bracket
final
side BracketSide
Lado where o bracket aparece
final
slope double
Slope of the bracket (0 = horizontal) Máximo recomendado: 1.75 staff spaces de diferença vertical
final
thickness double
Thickness of the line of the bracket (0.125 staff spaces by default)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldShow(List notes) bool
Determina if o bracket must be mostrado with base nas notes
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

maxSlope → const double
Máxima slope permitida (1.75 staff spaces)