Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/gfx/vml.js

  • Provides:

    • dojox.gfx.vml
  • Requires:

    • dojox.gfx._base in common
    • dojox.gfx.shape in common
    • dojox.gfx.path in common
    • dojox.gfx.arc in common
    • dojox.gfx.gradient in common
  • dojox.gfx.vml.Group

    • type
      Function
    • chains:
      • Container: (prototype)
      • dojox.gfx.shape.Creator: (prototype)
      • Creator: (prototype)
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.vml.Shape: (call)
    • summary
      a group shape (VML), which can be used
      to logically group shapes (e.g, to propagate matricies)
      
      
      apply transformation
  • dojox.gfx.vml.Surface

    • type
      Function
    • chains:
      • Container: (prototype)
      • dojox.gfx.shape.Creator: (prototype)
      • Creator: (prototype)
      • dojox.gfx.shape.Surface: (prototype)
      • dojox.gfx.shape.Surface: (call)
    • summary
      a surface object to be used for drawings (VML)
  • dojox.gfx.vml.Shape

    • type
      Function
    • chains:
      • dojox.gfx.shape.Shape: (prototype)
      • dojox.gfx.shape.Shape: (call)
    • summary
      VML-specific implementation of dojox.gfx.Shape methods
  • dojox.gfx.vml.Shape.setFill

    • parameters:
      • fill: (typeof Object:)
        a fill object
        (see dojox.gfx.defaultLinearGradient,
        dojox.gfx.defaultRadialGradient,
        dojox.gfx.defaultPattern,
        or dojo.Color)
    • returns
      self
    • summary
      sets a fill object (VML)
    • type
      Function
  • dojox.gfx.vml.Shape.fillStyle

    • type
      Object
  • dojox.gfx.vml.Shape.rawNode.filled

    • type
      Object
  • dojox.gfx.vml.Shape.rawNode.fill.opacity

    • type
      Number
  • dojox.gfx.vml.Shape.rawNode.filters.DXImageTransform.Microsoft.Alpha

  • dojox.gfx.vml.Shape.rawNode.filters.DXImageTransform.Microsoft.Alpha.opacity

    • type
      Object
  • dojox.gfx.vml.Shape.rawNode.fillcolor

    • type
      Object
  • dojox.gfx.vml.Shape.setStroke

    • parameters:
      • stroke: (typeof Object:)
        a stroke object
        (see dojox.gfx.defaultStroke)
    • returns
      self
    • summary
      sets a stroke object (VML)
    • type
      Function
  • dojox.gfx.vml.Shape.strokeStyle

    • type
      Object
  • dojox.gfx.vml.Shape.rawNode.stroked

    • type
      Object
  • dojox.gfx.vml.Shape.rawNode

  • dojox.gfx.vml.Shape.rawNode.strokecolor

    • type
      Object
  • dojox.gfx.vml.Shape.rawNode.strokeweight

    • type
      String
  • dojox.gfx.vml.Shape.rawNode.stroke.opacity

  • dojox.gfx.vml.Shape.rawNode.stroke.endcap

    • type
      Object
  • dojox.gfx.vml.Shape.rawNode.stroke.joinstyle

    • type
      String
  • dojox.gfx.vml.Shape.rawNode.stroke.miterlimit

  • dojox.gfx.vml.Shape.rawNode.stroke.dashstyle

  • dojox.gfx.vml.Shape._capMap

    • type
      Object
  • dojox.gfx.vml.Shape._capMap.butt

    • type
      String
  • dojox.gfx.vml.Shape._capMapReversed

    • type
      Object
  • dojox.gfx.vml.Shape._capMapReversed.flat

    • type
      String
  • dojox.gfx.vml.Shape._translate

    • parameters:
      • dict
      • value
    • type
      Function
  • dojox.gfx.vml.Shape._applyTransform

    • type
      Function
  • dojox.gfx.vml.Shape.rawNode.style

  • dojox.gfx.vml.Shape._setDimensions

    • parameters:
      • width: (typeof String:)
        width in pixels
      • height: (typeof String:)
        height in pixels
    • returns
      self
    • summary
      sets the width and height of the rawNode,
      if the surface sixe has been changed
    • type
      Function
  • dojox.gfx.vml.Shape.setRawNode

    • parameters:
      • rawNode
    • summary
      assigns and clears the underlying node that will represent this
      shape. Once set, transforms, gradients, etc, can be applied.
      (no fill & stroke by default)
    • type
      Function
  • dojox.gfx.vml.Shape._moveToFront

    • summary
      moves a shape to front of its parent's list of shapes (VML)
    • type
      Function
  • dojox.gfx.vml.Shape._moveToBack

    • summary
      moves a shape to back of its parent's list of shapes (VML)
    • type
      Function
  • dojox.gfx.vml.Shape.rawNode.parentNode

  • dojox.gfx.vml.Shape.rawNode.parentNode.firstChild

  • dojox.gfx.vml.Shape._getRealMatrix

    • returns
      dojox.gfx.Matrix2D
    • summary
      returns the cumulative ("real") transformation matrix
      by combining the shape's matrix with its parent's matrix
    • type
      Function
  • dojox.gfx.vml.Group.constructor

    • constructor - constructor
    • type
      Function
  • dojox.gfx.vml.Group._applyTransform

    • returns
      self
    • summary
      applies a transformation matrix to a group
    • type
      Function
  • dojox.gfx.vml.Group._setDimensions

    • parameters:
      • width: (typeof String:)
        width in pixels
      • height: (typeof String:)
        height in pixels
    • returns
      self
    • summary
      sets the width and height of the rawNode,
      if the surface sixe has been changed
    • type
      Function
  • dojox.gfx.vml.Group.rawNode

  • dojox.gfx.vml.Group.rawNode.style

  • dojox.gfx.vml.Group.bgNode.style

  • dojox.gfx.vml.Group.rawNode.style.width

  • dojox.gfx.vml.Group.rawNode.style.height

  • dojox.gfx.vml.Group.rawNode.coordsize

    • type
      String
  • dojox.gfx.vml.Group.bgNode.style.width

  • dojox.gfx.vml.Group.bgNode.style.height

  • dojox.gfx.vml.Rect

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.shape.Rect.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.shape.Rect: (call)
    • summary
      a rectangle shape (VML)
  • dojox.gfx.vml.Rect.setShape

    • parameters:
      • newShape: (typeof Object:)
        a rectangle shape object
    • returns
      self
    • summary
      sets a rectangle shape object (VML)
    • type
      Function
  • dojox.gfx.vml.Rect.shape

    • type
      Object
  • dojox.gfx.vml.Rect.bbox

    • type
      Object
  • dojox.gfx.vml.Rect.rawNode.parentNode

  • dojox.gfx.vml.Rect.rawNode

  • dojox.gfx.vml.Rect.rawNode.arcsize

  • dojox.gfx.vml.Rect.rawNode.style

  • dojox.gfx.vml.Rect.rawNode.style.left

    • type
      Object
  • dojox.gfx.vml.Rect.rawNode.style.top

    • type
      Object
  • dojox.gfx.vml.Rect.rawNode.style.width

  • dojox.gfx.vml.Rect.rawNode.style.height

  • dojox.gfx.vml.Ellipse

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.shape.Ellipse.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.shape.Ellipse: (call)
    • summary
      an ellipse shape (VML)
  • dojox.gfx.vml.Ellipse.setShape

    • parameters:
      • newShape: (typeof Object:)
        an ellipse shape object
    • returns
      self
    • summary
      sets an ellipse shape object (VML)
    • type
      Function
  • dojox.gfx.vml.Ellipse.shape

    • type
      Object
  • dojox.gfx.vml.Ellipse.bbox

    • type
      Object
  • dojox.gfx.vml.Ellipse.rawNode.style

  • dojox.gfx.vml.Ellipse.rawNode.style.left

    • type
      Object
  • dojox.gfx.vml.Ellipse.rawNode.style.top

    • type
      Object
  • dojox.gfx.vml.Ellipse.rawNode.style.width

    • type
      Object
  • dojox.gfx.vml.Ellipse.rawNode.style.height

    • type
      Object
  • dojox.gfx.vml.Circle

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.shape.Circle.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.shape.Circle: (call)
    • summary
      a circle shape (VML)
  • dojox.gfx.vml.Circle.setShape

    • parameters:
      • newShape: (typeof Object:)
        a circle shape object
    • returns
      self
    • summary
      sets a circle shape object (VML)
    • type
      Function
  • dojox.gfx.vml.Circle.shape

    • type
      Object
  • dojox.gfx.vml.Circle.bbox

    • type
      Object
  • dojox.gfx.vml.Circle.rawNode.style

  • dojox.gfx.vml.Circle.rawNode.style.left

    • type
      Object
  • dojox.gfx.vml.Circle.rawNode.style.top

    • type
      Object
  • dojox.gfx.vml.Circle.rawNode.style.width

    • type
      Object
  • dojox.gfx.vml.Circle.rawNode.style.height

    • type
      Object
  • dojox.gfx.vml.Line

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.shape.Line.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.shape.Line: (call)
    • parameters:
      • rawNode
    • summary
      a line shape (VML)
  • dojox.gfx.vml.Line.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • rawNode
  • dojox.gfx.vml.Line.setShape

    • parameters:
      • newShape: (typeof Object:)
        a line shape object
    • returns
      self
    • summary
      sets a line shape object (VML)
    • type
      Function
  • dojox.gfx.vml.Line.shape

    • type
      Object
  • dojox.gfx.vml.Line.bbox

    • type
      Object
  • dojox.gfx.vml.Line.rawNode.path.v

    • type
      String
  • dojox.gfx.vml.Polyline

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.shape.Polyline.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.shape.Polyline: (call)
    • parameters:
      • rawNode
    • summary
      a polyline/polygon shape (VML)
  • dojox.gfx.vml.Polyline.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • rawNode
  • dojox.gfx.vml.Polyline.setShape

    • parameters:
      • points: (typeof Object:)
        a polyline/polygon shape object
      • closed: (typeof Boolean:)
        if true, close the polyline explicitely
    • returns
      self
    • summary
      sets a polyline/polygon shape object (VML)
    • type
      Function
  • dojox.gfx.vml.Polyline.shape

    • type
      Object
  • dojox.gfx.vml.Polyline.bbox

    • type
      Object
  • dojox.gfx.vml.Polyline.shape.points

  • dojox.gfx.vml.Polyline.rawNode.path.v

    • type
      Object
  • dojox.gfx.vml.Image

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.shape.Image.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.shape.Image: (call)
    • summary
      an image (VML)
  • dojox.gfx.vml.Image.setShape

    • parameters:
      • newShape: (typeof Object:)
        an image shape object
    • returns
      self
    • summary
      sets an image shape object (VML)
    • type
      Function
  • dojox.gfx.vml.Image.shape

    • type
      Object
  • dojox.gfx.vml.Image.bbox

    • type
      Object
  • dojox.gfx.vml.Image.rawNode.firstChild.src

  • dojox.gfx.vml.Image._applyTransform

    • returns
      self
    • type
      Function
  • dojox.gfx.vml.Image.rawNode

  • dojox.gfx.vml.Image.rawNode.style

  • dojox.gfx.vml.Image.rawNode.style.filter

    • type
      String
  • dojox.gfx.vml.Image.rawNode.style.width

    • type
      Object
  • dojox.gfx.vml.Image.rawNode.style.height

    • type
      Object
  • dojox.gfx.vml.Image.rawNode.style.left

    • type
      String
  • dojox.gfx.vml.Image.rawNode.style.top

    • type
      String
  • dojox.gfx.vml.Image.rawNode.parentNode.style

  • dojox.gfx.vml.Image.rawNode.filters.DXImageTransform.Microsoft.Matrix

  • dojox.gfx.vml.Image.rawNode.filters.DXImageTransform.Microsoft.Matrix.M11

  • dojox.gfx.vml.Image.rawNode.filters.DXImageTransform.Microsoft.Matrix.M12

  • dojox.gfx.vml.Image.rawNode.filters.DXImageTransform.Microsoft.Matrix.M21

  • dojox.gfx.vml.Image.rawNode.filters.DXImageTransform.Microsoft.Matrix.M22

  • dojox.gfx.vml.Image.rawNode.filters.DXImageTransform.Microsoft.Matrix.Dx

  • dojox.gfx.vml.Image.rawNode.filters.DXImageTransform.Microsoft.Matrix.Dy

  • dojox.gfx.vml.Image._setDimensions

    • parameters:
      • width: (typeof String:)
        width in pixels
      • height: (typeof String:)
        height in pixels
    • returns
      self
    • summary
      sets the width and height of the rawNode,
      if the surface sixe has been changed
    • type
      Function
  • dojox.gfx.vml.Text

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.shape.Text.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.shape.Text: (call)
    • parameters:
      • rawNode
    • summary
      an anchored text (VML)
  • dojox.gfx.vml.Text.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • rawNode
  • dojox.gfx.vml.Text._alignment

    • type
      Object
  • dojox.gfx.vml.Text._alignment.start

    • type
      String
  • dojox.gfx.vml.Text._alignment.middle

    • type
      String
  • dojox.gfx.vml.Text._alignment.end

    • type
      String
  • dojox.gfx.vml.Text.setShape

    • parameters:
      • newShape: (typeof Object:)
        a text shape object
    • returns
      self
    • summary
      sets a text shape object (VML)
    • type
      Function
  • dojox.gfx.vml.Text.shape

    • type
      Object
  • dojox.gfx.vml.Text.bbox

    • type
      Object
  • dojox.gfx.vml.Text.rawNode

  • dojox.gfx.vml.Text.shape.x

  • dojox.gfx.vml.Text.rawNode.childNodes

  • dojox.gfx.vml.Text._setFont

    • summary
      sets a font object (VML)
    • type
      Function
  • dojox.gfx.vml.Text.fontStyle

    • type
      Object
  • dojox.gfx.vml.Text._getRealMatrix

    • returns
      dojox.gfx.Matrix2D
    • summary
      returns the cumulative ("real") transformation matrix
      by combining the shape's matrix with its parent's matrix;
      it makes a correction for a font size
    • type
      Function
  • dojox.gfx.vml.Text.getTextWidth

    • summary
      get the text width, in px
    • type
      Function
  • dojox.gfx.vml.Text.rawNode.style.display

    • type
      String
  • dojox.gfx.vml.Path

    • type
      Function
    • chains:
      • dojox.gfx.vml.Shape: (prototype)
      • dojox.gfx.path.Path.prototype: (prototype)
      • dojox.gfx.vml.Shape: (call)
      • dojox.gfx.path.Path: (call)
    • parameters:
      • rawNode
    • summary
      a path shape (VML)
      
      
      VML-specific segment renderers
  • dojox.gfx.vml.Path.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • rawNode
  • dojox.gfx.vml.Path._updateWithSegment

    • parameters:
      • segment: (typeof Object:)
        a segment
    • returns
      skip transfomed bbox calculations
    • summary
      updates the bounding box of path with new segment
    • type
      Function
  • dojox.gfx.vml.Path.rawNode.path.v

    • type
      String
  • dojox.gfx.vml.Path.setShape

    • parameters:
      • newShape: (typeof Object:)
        an VML path string or a path object (see dojox.gfx.defaultPath)
    • summary
      forms a path using a shape (VML)
    • type
      Function
  • dojox.gfx.vml.Path.vmlPath

    • type
      String
  • dojox.gfx.vml.Path.lastControl.type

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap

    • type
      Object
  • dojox.gfx.vml.Path._pathVmlToSvgMap.m

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.l

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.t

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.r

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.c

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.v

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.qb

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.x

    • type
      String
  • dojox.gfx.vml.Path._pathVmlToSvgMap.e

    • type
      String
  • dojox.gfx.vml.Path.renderers

    • type
      Object
  • dojox.gfx.vml.Path.renderers.M

    • type
      String
  • dojox.gfx.vml.Path.renderers.m

    • type
      String
  • dojox.gfx.vml.Path.renderers.L

    • type
      String
  • dojox.gfx.vml.Path.renderers.l

    • type
      String
  • dojox.gfx.vml.Path.renderers.H

    • type
      String
  • dojox.gfx.vml.Path.renderers.h

    • type
      String
  • dojox.gfx.vml.Path.renderers.V

    • type
      String
  • dojox.gfx.vml.Path.renderers.v

    • type
      String
  • dojox.gfx.vml.Path.renderers.C

    • type
      String
  • dojox.gfx.vml.Path.renderers.c

    • type
      String
  • dojox.gfx.vml.Path.renderers.S

    • type
      String
  • dojox.gfx.vml.Path.renderers.s

    • type
      String
  • dojox.gfx.vml.Path.renderers.Q

    • type
      String
  • dojox.gfx.vml.Path.renderers.q

    • type
      String
  • dojox.gfx.vml.Path.renderers.T

    • type
      String
  • dojox.gfx.vml.Path.renderers.t

    • type
      String
  • dojox.gfx.vml.Path.renderers.A

    • type
      String
  • dojox.gfx.vml.Path.renderers.a

    • type
      String
  • dojox.gfx.vml.Path.renderers.Z

    • type
      String
  • dojox.gfx.vml.Path.renderers.z

    • type
      String
  • dojox.gfx.vml.Path._addArgs

    • parameters:
      • path
      • segment
      • from
      • upto
    • type
      Function
  • dojox.gfx.vml.Path._adjustRelCrd

    • parameters:
      • last
      • segment
      • step
    • type
      Function
  • dojox.gfx.vml.Path._adjustRelPos

    • parameters:
      • last
      • segment
    • type
      Function
  • dojox.gfx.vml.Path._moveToA

    • parameters:
      • segment
    • type
      Function
  • dojox.gfx.vml.Path._moveToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._lineToA

    • parameters:
      • segment
    • type
      Function
  • dojox.gfx.vml.Path._lineToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._hLineToA

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._hLineToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._vLineToA

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._vLineToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._curveToA

    • parameters:
      • segment
    • type
      Function
  • dojox.gfx.vml.Path.lastControl

    • type
      Object
  • dojox.gfx.vml.Path.lastControl.x

    • type
      Number
  • dojox.gfx.vml.Path.lastControl.y

    • type
      Number
  • dojox.gfx.vml.Path._curveToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._smoothCurveToA

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._smoothCurveToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._qCurveToA

    • parameters:
      • segment
    • type
      Function
  • dojox.gfx.vml.Path._qCurveToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._qSmoothCurveToA

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._qSmoothCurveToR

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._arcTo

    • parameters:
      • segment
      • last
    • type
      Function
  • dojox.gfx.vml.Path._closePath

    • type
      Function
  • dojox.gfx.vml.TextPath

    • type
      Function
    • chains:
      • dojox.gfx.vml.Path: (prototype)
      • dojox.gfx.path.TextPath.prototype: (prototype)
      • dojox.gfx.vml.Path: (call)
      • dojox.gfx.path.TextPath: (call)
    • parameters:
      • rawNode
    • summary
      a textpath shape (VML)
  • dojox.gfx.vml.TextPath.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • rawNode
  • dojox.gfx.vml.TextPath.setText

    • parameters:
      • newText
    • returns
      self
    • summary
      sets a text to be drawn along the path
    • type
      Function
  • dojox.gfx.vml.TextPath.text

    • type
      Object
  • dojox.gfx.vml.TextPath.setFont

    • parameters:
      • newFont
    • returns
      self
    • summary
      sets a font for text
    • type
      Function
  • dojox.gfx.vml.TextPath.fontStyle

    • type
      Object
  • dojox.gfx.vml.TextPath._setText

    • summary
      sets a text shape object (VML)
    • type
      Function
  • dojox.gfx.vml.TextPath.bbox

    • type
      Object
  • dojox.gfx.vml.TextPath.rawNode

  • dojox.gfx.vml.TextPath.rawNode.childNodes

  • dojox.gfx.vml.TextPath._setFont

    • summary
      sets a font object (VML)
    • type
      Function
  • dojox.gfx.vml.Surface.constructor

    • constructor - constructor
    • type
      Function
  • dojox.gfx.vml.Surface.setDimensions

    • parameters:
      • width: (typeof String:)
        width of surface, e.g., "100px"
      • height: (typeof String:)
        height of surface, e.g., "100px"
    • returns
      self
    • summary
      sets the width and height of the rawNode
    • type
      Function
  • dojox.gfx.vml.Surface.width

    • type
      Object
  • dojox.gfx.vml.Surface.height

    • type
      Object
  • dojox.gfx.vml.Surface.clipNode.style

  • dojox.gfx.vml.Surface.rawNode

  • dojox.gfx.vml.Surface.rawNode.style

  • dojox.gfx.vml.Surface.bgNode.style

  • dojox.gfx.vml.Surface._parent.style

  • dojox.gfx.vml.Surface._parent.style.width

  • dojox.gfx.vml.Surface._parent.style.height

  • dojox.gfx.vml.Surface.clipNode.style.width

  • dojox.gfx.vml.Surface.clipNode.style.height

  • dojox.gfx.vml.Surface.clipNode.style.clip

    • type
      String
  • dojox.gfx.vml.Surface.rawNode.style.width

  • dojox.gfx.vml.Surface.rawNode.style.height

  • dojox.gfx.vml.Surface.rawNode.coordsize

    • type
      String
  • dojox.gfx.vml.Surface.bgNode.style.width

  • dojox.gfx.vml.Surface.bgNode.style.height

  • dojox.gfx.vml.Surface.setDimensions.width

    • type
      String:
    • summary
      width of surface, e.g., "100px"
  • dojox.gfx.vml.Surface.setDimensions.height

    • type
      String:
    • summary
      height of surface, e.g., "100px"
  • dojox.gfx.vml.Surface.getDimensions

    • returns
      Object
    • summary
      returns an object with properties "width" and "height"
    • type
      Function
  • dojo

    • alias - dojo
  • dojox.gfx

    • alias - dojox.gfx
  • dojox.gfx.matrix

    • alias - dojox.gfx.matrix
  • dojox.gfx.shape

    • alias - dojox.gfx.shape
  • dojox.gfx.vml

    • alias - dojox.gfx.vml
  • dojox.gfx.vml.xmlns

    • type
      String
  • dojox.gfx.vml.text_alignment

    • type
      Object
  • dojox.gfx.vml.text_alignment.start

    • type
      String
  • dojox.gfx.vml.text_alignment.middle

    • type
      String
  • dojox.gfx.vml.text_alignment.end

    • type
      String
  • dojox.gfx.vml._parseFloat

    • parameters:
      • str: (typeof String:)
        a representation of a floating-point number
    • returns
      Number
    • summary
      a helper function to parse VML-specific floating-point values
    • type
      Function
  • dojox.gfx.vml._bool

    • type
      Object
  • dojox.gfx.vml._bool.t

    • type
      Number
  • dojox.gfx.vml._bool.true

    • type
      Number
  • dojox.gfx.vml.Group.nodeType

    • type
      String
  • dojox.gfx.vml.Rect.nodeType

    • type
      String
  • dojox.gfx.vml.Ellipse.nodeType

    • type
      String
  • dojox.gfx.vml.Circle.nodeType

    • type
      String
  • dojox.gfx.vml.Line.nodeType

    • type
      String
  • dojox.gfx.vml.Polyline.nodeType

    • type
      String
  • dojox.gfx.vml.Image.nodeType

    • type
      String
  • dojox.gfx.vml.Text.nodeType

    • type
      String
  • dojox.gfx.vml.Path.nodeType

    • type
      String
  • dojox.gfx.vml.TextPath.nodeType

    • type
      String
  • dojox.gfx.vml.createSurface

    • parameters:
      • parentNode: (typeof Node:)
        a parent node
      • width: (typeof String:)
        width of surface, e.g., "100px"
      • height: (typeof String:)
        height of surface, e.g., "100px"
    • returns
      dojox.gfx.Surface
    • summary
      creates a surface (VML)
    • type
      Function
  • dojox.gfx.shape.Container

    • alias - dojox.gfx.shape.Container
  • dojox

    • type
      Object