PngFrame class
Constructors
- PngFrame()
Properties
- blend ↔ int?
-
getter/setter pair
- delay → double
-
no setter
- delayDen ↔ int?
-
getter/setter pair
- delayNum ↔ int?
-
getter/setter pair
- dispose ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceNumber ↔ int?
-
getter/setter pair
- width ↔ int?
-
getter/setter pair
- xOffset ↔ int?
-
getter/setter pair
- yOffset ↔ int?
-
getter/setter pair
Methods
-
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
Constants
- APNG_BLEND_OP_OVER → const int
- APNG_BLEND_OP_SOURCE → const int
- APNG_DISPOSE_OP_BACKGROUND → const int
- APNG_DISPOSE_OP_NONE → const int
- APNG_DISPOSE_OP_PREVIOUS → const int