SimpleLineSymbolStyle enum

The list of possible simple line symbol styles.

This is used to determine the style of the simple line symbol.

Inheritance

Constructors

SimpleLineSymbolStyle()
const

Values

dash → const SimpleLineSymbolStyle

Dash line.

dashDot → const SimpleLineSymbolStyle

Dash dot line.

dashDotDot → const SimpleLineSymbolStyle

Dash dot dot line.

dot → const SimpleLineSymbolStyle

Dot line.

null_ → const SimpleLineSymbolStyle

Invisible line.

solid → const SimpleLineSymbolStyle

Solid line.

longDash → const SimpleLineSymbolStyle

Dash line with long dash.

longDashDot → const SimpleLineSymbolStyle

Dash dot line with long dash.

shortDash → const SimpleLineSymbolStyle

Dash line with short gaps.

shortDashDot → const SimpleLineSymbolStyle

Dash dot line with short gaps.

shortDashDotDot → const SimpleLineSymbolStyle

Dash dot dot line with short gaps.

shortDot → const SimpleLineSymbolStyle

Dot line with short gaps.

Properties

coreValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<SimpleLineSymbolStyle>
A constant List of the values in this enum, in order of their declaration.