API Documentation for: 1.0.0
Show:

Graphics.StrokeDash Class

Module: EaselJS

Graphics command object. See setStrokeDash and append for more information.

Constructor

Graphics.StrokeDash

(
  • [segments]
  • [offset=0]
)

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:2127

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

EMPTY_SEGMENTS

Array protected final static readonly

Defined in EMPTY_SEGMENTS:2141

The default value for segments (ie. no dash).

offset

Number

Defined in offset:2123

segments

Array

Defined in segments:2119