ElementPosition class
Constructors
Properties
- angle ↔ double?
-
getter/setter pair
- center ↔ Coordinate?
-
getter/setter pair
- docFormat ↔ int?
-
getter/setter pair
- dpi ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
getter/setter pair
- inverse ↔ int?
-
getter/setter pair
- leftBottom ↔ Coordinate?
-
getter/setter pair
- leftTop ↔ Coordinate?
-
getter/setter pair
- objArea ↔ int?
-
getter/setter pair
- objIntAngleDev ↔ int?
-
getter/setter pair
- pageIndex ↔ int?
-
getter/setter pair
- perspectiveTr ↔ int?
-
getter/setter pair
- resultStatus ↔ int?
-
getter/setter pair
- rightBottom ↔ Coordinate?
-
getter/setter pair
- rightTop ↔ Coordinate?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic jsonObject) → ElementPosition?