ImageExtensionFactors class

Extension factors relative to corresponding dimension of the full image. For example, upFactor and downFactor define extensions relative to image height, e.g. when upFactor is 0.5, upper image boundary will be extended for half of image's full height.

Annotations
  • @JsonSerializable()

Constructors

ImageExtensionFactors()
ImageExtensionFactors.fromJson(Map<String, dynamic> json)
factory

Properties

downFactor double?
image extension factor relative to full image height in DOWN direction.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leftFactor double?
image extension factor relative to full image height in LEFT direction.
getter/setter pair
rightFactor double?
image extension factor relative to full image height in RIGHT direction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upFactor double?
image extension factor relative to full image height in UP direction.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited