StrokeContours class

Closed polygon contours accumulated as one flat point list plus ring boundaries; reused across strokes (clear + refill, no reallocation).

Constructors

StrokeContours()

Properties

hashCode → int
The hash code for this object.
no setterinherited
isEmpty → bool
no setter
points → DoubleBuilder
final
ringCount ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ringEnd(int i) → int
End offset (exclusive, in doubles) of ring i within points.
ringStart(int i) → int
Start offset (in doubles) of ring i within points.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited