dojox.gfx.path.Path
dojo.require("dojox.gfx.path");
defined in dojox/gfx/path.js
a path constructor
Usage
function (/*Node*/ rawNode) (view source)
parameter | type | description |
---|---|---|
rawNode | Node | a DOM node to be used by this path object |
dojox.gfx.shape._eventsProcessing (from dojox.gfx.Shape)
FunctionsBack to top
Defined by dojox.gfx.Shape
multiplies the existing matrix with an argument on left side (matrix * this.matrix)
Defined by dojox.gfx.Shape
multiplies the existing matrix with an argument on right side (this.matrix * matrix)
Defined by dojox.gfx.Shape
a shortcut for dojox.gfx.Shape.applyRightTransform

formes an elliptic arc segment
closes a path

formes a curve segment
returns a current value of the absolute mode
Defined by dojox.gfx.Shape
returns a Node, which is used as a source of events for this shape

Defined by dojox.gfx.Shape
returns the current fill object or null (see dojox.gfx.defaultLinearGradient, dojox.gfx.defaultRadialGradient, dojox.gfx.defaultPattern, or dojo.Color)
returns the last point in the path, or null
Defined by dojox.gfx.Shape
returns the parent or null (see dojox.gfx.Surface, dojox.gfx.shape.VirtualGroup, or dojox.gfx.Group)

Defined by dojox.gfx.Shape
returns the current shape object or null (see dojox.gfx.defaultPath, dojox.gfx.defaultPolyline, dojox.gfx.defaultRect, dojox.gfx.defaultEllipse, dojox.gfx.defaultCircle, dojox.gfx.defaultLine, or dojox.gfx.defaultImage)
Defined by dojox.gfx.Shape
returns the current stroke object or null (see dojox.gfx.defaultStroke)
Defined by dojox.gfx.Shape
returns an array of four points or null four points represent four corners of the untransformed bounding box

formes a horizontal line segment

formes a line segment

formes a move segment

formes a quadratic curve segment
formes a quadratic smooth curve segment
Defined by dojox.gfx.Shape
removes the shape from its parent's list of shapes
sets an absolute or relative mode for path points

Defined by dojox.gfx.Shape
assigns and clears the underlying node that will represent this shape. Once set, transforms, gradients, etc, can be applied. (no fill & stroke by default)
formes a smooth curve segment

formes a vertical line segment
Defined by dojox.gfx.Shape
converts an array of arguments to plain numeric values
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
returns the cumulative ("real") transformation matrix by combining the shape's matrix with its parent's matrix
Defined by dojox.gfx.Shape
moves a shape to front of its parent's list of shapes (VML)
adds a segment

Defined by dojox.gfx.Shape

Defined by dojox.gfx.Shape

Defined by dojox.gfx.Shape
updates the bounding box of path with new point
Defined by dojox.gfx.Shape
updates the parent matrix with new matrix
updates the bounding box of path with new segment
PropertiesBack to top
Overrides dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Overrides dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape
Defined by dojox.gfx.Shape