ImageMedium class final

represents the builtin image formats supported by on the fly

see FormatMedium for more indepth information

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
inputFormats List<FileFormat>
no setterinherited
mediumName String
finalinherited
outputFormats List<FileFormat>
no setterinherited
prettifyOutputFormats String
no setterinherited
prettyifyInputFormats String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canConvert(FileFormat from, FileFormat to) bool
very naive checker to see if this file format can be converted between the two
inherited
isSupportedInput(String ext) bool
inherited
isSupportedOutput(String ext) bool
inherited
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
operator [](String key) FileFormat
inherited

Static Properties

I ImageMedium
final