MountedArtboard class abstract

Represents the nested Artboard that'll actually be mounted and placed into the NestedArtboard component.

Implementers

Constructors

MountedArtboard()

Properties

bounds → AABB
no setter
hashCode int
The hash code for this object.
no setterinherited
renderOpacity double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
worldTransform ↔ Mat2D
getter/setter pair

Methods

advance(double seconds) bool
dispose() → void
draw(Canvas canvas) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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