Constructors

GraphicsContextRenderMask(RenderState renderState)

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
renderState RenderState

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

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

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

inherited
beginPath() → void

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

inherited
closePath() → void

inherited
fillColor(int color) → void

fillGradient(GraphicsGradient gradient) → void

inherited
fillPattern(GraphicsPattern pattern) → void

inherited
lineTo(double x, double y) → void

inherited
meshColor(_GraphicsCommandMeshColor command) → void

moveTo(double x, double y) → void

inherited
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

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

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

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

inherited
toString() → String

Returns a string representation of this object.

inherited