ModelSize class final
Размер модели. Если LogicalPixel, то размер модели не будет привязан к масштабу карты и останется неизменным относительно экрана. Если ModelScale, то размер модели умножится на коэффициент и привяжется к масштабу карты.
Constructors
- ModelSize.logicalPixel(LogicalPixel value)
- ModelSize.scale(ModelScale value)
Properties
- asLogicalPixel → LogicalPixel?
-
no setter
- asScale → ModelScale?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isLogicalPixel → bool
-
no setter
- isScale → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
match<
T> ({required T logicalPixel(LogicalPixel value), required T scale(ModelScale value)}) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override