RadialGradientFill class
- Inheritance
- Object
- ActorComponent
- ActorPaint
- GradientColor
- RadialGradientColor
- RadialGradientFill
- Mixed in types
Constructors
Properties
- artboard ↔ ActorArtboard
-
read / write, inherited
- colorStops → Float32List
-
read-only, inherited
-
dependents
↔ List<
ActorComponent> -
read / write, inherited
- dirtMask ↔ int
-
read / write, inherited
- end → Vec2D
-
read-only, inherited
- fillRule → FillRule
-
read-only, inherited
- graphOrder ↔ int
-
read / write, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- idx ↔ int
-
read / write, inherited
- name → String
-
read-only, inherited
- opacity ↔ double
-
read / write, inherited
- parent ↔ ActorNode
-
read / write, inherited
- renderEnd → Vec2D
-
read-only, inherited
- renderStart → Vec2D
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- secondaryRadiusScale ↔ double
-
read / write, inherited
- shape → ActorShape
-
read-only, inherited
- start → Vec2D
-
read-only, inherited
Methods
-
completeResolve(
) → void -
override
-
copyComponent(
ActorComponent component, ActorArtboard resetArtboard) → void -
inherited
-
copyFill(
ActorFill node, ActorArtboard resetArtboard) → void -
inherited
-
copyGradient(
GradientColor node, ActorArtboard resetArtboard) → void -
inherited
-
copyPaint(
ActorPaint component, ActorArtboard resetArtboard) → void -
inherited
-
copyRadialFill(
RadialGradientFill node, ActorArtboard resetArtboard) → void -
copyRadialGradient(
RadialGradientColor node, ActorArtboard resetArtboard) → void -
inherited
-
initializeGraphics(
) → void -
inherited
-
makeInstance(
ActorArtboard resetArtboard) → ActorComponent -
inherited
-
markPaintDirty(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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, RadialGradientFill component) → RadialGradientFill -
override