RenderSignalMixin mixin

A mixin that provides signals for rendering events.

Mixin Applications

Properties

$onPostPaint EventSignal<Canvas>?
(Internal)
getter/setter pair
$onPrePaint EventSignal<Canvas>?
(Internal)
getter/setter pair
$onPreTransform EventSignal<Canvas>?
(Internal)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onPostPaint EventSignal<Canvas>
A signal that runs right after GDisplayObject.$applyPaint is called.
no setter
onPrePaint EventSignal<Canvas>
A signal that runs before GDisplayObject.$applyPaint, which is the render method to subclass.
no setter
onPreTransform EventSignal<Canvas>
A signal that runs right away when GDisplayObject.paint is called, before any mask or filters are applied. This is the first signal to run on rendering.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$disposeRenderSignals() → void
Disposes all render-related signals and clears all callbacks for this instance. This method should be called when the instance is no longer needed, to prevent memory leaks.
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