NLineCap enum

NPolylineOverlay의 끝 점의 모양을 나타내는 enum입니다.

Inheritance

Constructors

NLineCap()
const

Values

butt → const NLineCap

사각형, 좌표에 딱 맞추어 잘림.

round → const NLineCap

둥글게 마무리. 좌표보다 두께의 반만큼 연장됨. (반원의 중점에 좌표가 위치함)

square → const NLineCap

사각형, 좌표보다 두께의 반만큼 연장됨.

Properties

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