LabelOverlapStrategy enum

The strategy for whether another label is allowed to be placed over this feature or label.

Inheritance
Available extensions

Values

automatic → const LabelOverlapStrategy

The other label will use the default overlap behavior which depends on the object being overlapped.

This value corresponds to no value being specified for a LabelDefinition overlap property.

allow → const LabelOverlapStrategy

The other label will be allowed to place itself in its preferred location, ignoring this obstacle.

avoid → const LabelOverlapStrategy

The other label will move to minimize overlapping this obstacle, but will overlap if necessary.

The other label can only move if its LabelDefinition.deconflictionStrategy allows.

exclude → const LabelOverlapStrategy

The other label will not be placed rather than overlap this obstacle.

The other label can only move if its LabelDefinition.deconflictionStrategy allows. If it cannot move, or if there is no free position available, then the other label will not be placed.

Properties

coreValue → RT_LabelOverlapStrategy
Convert to internal value.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<LabelOverlapStrategy>
A constant List of the values in this enum, in order of their declaration.