VirtualPixelMethod class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
- BackgroundVirtualPixelMethod → const int
- BlackVirtualPixelMethod → const int
- CheckerTileVirtualPixelMethod → const int
- DitherVirtualPixelMethod → const int
- EdgeVirtualPixelMethod → const int
- GrayVirtualPixelMethod → const int
- HorizontalTileEdgeVirtualPixelMethod → const int
- HorizontalTileVirtualPixelMethod → const int
- MaskVirtualPixelMethod → const int
- MirrorVirtualPixelMethod → const int
- RandomVirtualPixelMethod → const int
- TileVirtualPixelMethod → const int
- TransparentVirtualPixelMethod → const int
- UndefinedVirtualPixelMethod → const int
- VerticalTileEdgeVirtualPixelMethod → const int
- VerticalTileVirtualPixelMethod → const int
- WhiteVirtualPixelMethod → const int