ImageFormatTypes class abstract

Enumeration of the types of image data accepted by VectorGraphicsCodec.writeImage.

Constructors

ImageFormatTypes()

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

bmp → const int
A Windows Bitmap format image.
gif → const int
A Graphics Interchange Format image.
jpeg → const int
A JPEG format image.
png → const int
PNG format.
values → const List<int>
webp → const int
A WebP format image.