MapMeasureDependentRenderSize class

Represents a render size, described as map measure dependent values.

Annotations

Constructors

MapMeasureDependentRenderSize(MapMeasureKind measureKind, RenderSizeUnit sizeUnit, Map<double, double> sizes)
Constructs a MapMeasureDependentRenderSize from given parameters.
factory
MapMeasureDependentRenderSize.withSingleSize(RenderSizeUnit sizeUnit, double size)
Constructs a MapMeasureDependentRenderSize from single size value which is constant across all map measures.
factory

Properties

hashCode → int
The hash code for this object.
no setter
measureKind MapMeasureKind
The unit used for the key in MapMeasureDependentRenderSize.sizes.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sizes → Map<double, double>
The dictionary describing the size (value) per map measure (key).
final
sizeUnit RenderSizeUnit
The unit used for the value in MapMeasureDependentRenderSize.sizes.
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.