OpSetBuilder class

Constructors

OpSetBuilder()

Properties

hashCode int
The hash code for this object.
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

Static Methods

arc(PointD center, double width, double height, double start, double stop, bool closed, bool roughClosure, DrawConfig config) OpSet
arcPolygon(PointD center, double width, double height, double startAngle, double stopAngle, DrawConfig config) List<PointD>
buildLine(double x1, double y1, double x2, double y2, DrawConfig config) OpSet
buildPolygon(List<PointD> points, DrawConfig config) OpSet
curve(List<PointD> points, DrawConfig config) OpSet
ellipse(double x, double y, double width, double height, DrawConfig config) OpSet
linearPath(List<PointD> points, bool close, DrawConfig config) OpSet