Pos class final

@brief Pos is a position of a barcode in a image.

Inheritance
Available Extensions

Constructors

Pos()

Properties

bottomLeftX int
< x coordinate of bottom left corner of barcode
getter/setter pair
bottomLeftY int
< y coordinate of bottom left corner of barcode
getter/setter pair
bottomRightX int
< x coordinate of bottom right corner of barcode
getter/setter pair
bottomRightY int
< y coordinate of bottom right corner of barcode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageHeight int
< The height of the image
getter/setter pair
imageWidth int
< The width of the image
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeftX int
< x coordinate of top left corner of barcode
getter/setter pair
topLeftY int
< y coordinate of top left corner of barcode
getter/setter pair
topRightX int
< x coordinate of top right corner of barcode
getter/setter pair
topRightY int
< y coordinate of top right corner of barcode
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