JointType enum

Joint types for Polyline.

Inheritance

Values

mitered → const JointType

Mitered joint, with fixed pointed extrusion equal to half the stroke width on the outside of the joint.

Constant Value: 0

const JointType._(0)
bevel → const JointType

Flat bevel on the outside of the joint.

Constant Value: 1

const JointType._(1)
round → const JointType

Rounded on the outside of the joint by an arc of radius equal to half the stroke width, centered at the vertex.

Constant Value: 2

const JointType._(2)

Properties

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
value int
The value representing the JointType on the sdk.
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.
inherited

Constants

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