ImagePlacement class

Placement of an image at a specific position

Constructors

ImagePlacement({required int placementId, required int imageId, required int x, required int y, required int width, required int height, bool overlay = false})

Properties

hashCode → int
The hash code for this object.
no setteroverride
height → int
Height of the placement in cells.
final
imageId → int
Identifier of the image this placement references.
final
overlay → bool
True when rendered above text, false when below text.
final
placementId → int
Unique placement identifier.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
width → int
Width of the placement in cells.
final
x → int
Top-left cell column of the placement.
final
y → int
Top-left cell row of the placement.
final

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.
override