Constructors

GraphicsContext()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

arc(double x, double y, double radius, double startAngle, double endAngle, bool antiClockwise) → void

arcElliptical(double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, bool antiClockwise) → void

arcTo(double controlX, double controlY, double endX, double endY, double radius) → void

beginPath() → void

bezierCurveTo(double controlX1, double controlY1, double controlX2, double controlY2, double endX, double endY) → void

closePath() → void

fillColor(int color) → void

fillGradient(GraphicsGradient gradient) → void

fillPattern(GraphicsPattern pattern) → void

lineTo(double x, double y) → void

moveTo(double x, double y) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
quadraticCurveTo(double controlX, double controlY, double endX, double endY) → void

strokeColor(int color, double width, JointStyle jointStyle, CapsStyle capsStyle) → void

strokeGradient(GraphicsGradient gradient, double width, JointStyle jointStyle, CapsStyle capsStyle) → void

strokePattern(GraphicsPattern pattern, double width, JointStyle jointStyle, CapsStyle capsStyle) → void

toString() → String

Returns a string representation of this object.

inherited