ActorPaint class abstract

Inheritance
Implementers

Constructors

ActorPaint()

Properties

artboard ActorArtboard
getter/setter pairinherited
dependents List<ActorComponent>?
getter/setter pairinherited
dirtMask int
getter/setter pairinherited
graphOrder int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
idx int
getter/setter pairinherited
name String
no setterinherited
opacity double
getter/setter pair
parent ActorNode?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ActorShape
no setter

Methods

completeResolve() → void
override
copyComponent(ActorComponent component, ActorArtboard resetArtboard) → void
inherited
copyPaint(ActorPaint component, ActorArtboard resetArtboard) → void
makeInstance(ActorArtboard resetArtboard) ActorComponent
inherited
markPaintDirty() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDirty(int dirt) → void
inherited
onParentChanged(ActorNode? from, ActorNode? to) → void
inherited
resolveComponentIndices(List<ActorComponent?> components) → void
inherited
toString() String
A string representation of this object.
inherited
update(int dirt) → void
inherited

Operators

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

Static Methods

read(ActorArtboard artboard, StreamReader reader, ActorPaint component) ActorPaint
override