LabelLineOrientation enum

Whether LabelDefinition.placement above or below a line geometry will be interpreted as above or below on the screen, or with respect to the direction of line's geometry (that is, the digitization order in which the vertices are listed).

Inheritance
Available extensions

Values

direction → const LabelLineOrientation

LabelDefinition.placement above will mean that the label will be offset perpendicularly left from its line segment. LabelDefinition.placement below will mean that the label will be offset perpendicularly right from its line segment.

screen → const LabelLineOrientation

LabelDefinition.placement above will mean that the label will be offset perpendicularly from its line segment towards the top of the screen. LabelDefinition.placement below will mean that the label will be offset perpendicularly from its line segment towards the bottom of the screen.

unconstrained → const LabelLineOrientation

The label will be offset perpendicularly to whichever side of the line geometry has space (defaulting to Above, in the screen sense).

Properties

coreValue → RT_LabelLineOrientation
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<LabelLineOrientation>
A constant List of the values in this enum, in order of their declaration.