Rest class

Representa a paUses.

Inheritance
Mixed-in types

Constructors

Rest({required Duration duration, List<Ornament> ornaments = const []})

Properties

boundingBox ↔ BoundingBox?
Gets o Hierarchical BoundingBox deste elemento
getter/setter pairinherited
duration Duration
final
hasBoundingBox bool
Checks if this elemento tem a Hierarchical BoundingBox válido
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ornaments List<Ornament>
List of ornaments Appliesdos to the paUses (ex: fermata)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xmlId String?
Identificador único MEI (xml:id). Opcional; required for elementos referenciados by other via atributos de ligação of the MEI v5.
getter/setter pairinherited

Methods

addBoundingBoxChild(BoundingBox childBBox) → void
Adds a filho to the Hierarchical BoundingBox deste elemento
inherited
clearBoundingBox() → void
Limpa o Hierarchical BoundingBox deste elemento
inherited
getOrCreateBoundingBox() → BoundingBox
Creates and Returns a new Hierarchical BoundingBox for this elemento
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBoundingBoxPosition(double x, double y) → void
Currentiza a position relativa of the BoundingBox
inherited
setBoundingBoxSize(double width, double height) → void
Currentiza o Size of the BoundingBox
inherited
toString() String
A string representation of this object.
inherited
updateBoundingBoxBounds() → void
ReCalculatestes recursivamente os bounds of the BoundingBox
inherited
updateBoundingBoxPositions() → void
ReCalculatestes recursivamente as positions absolutas of the BoundingBox
inherited

Operators

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