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/charting/action2d/Shake.js

  • Provides:

    • dojox.charting.action2d.Shake
  • Requires:

    • dojox.charting.action2d.Base in common
    • dojox.gfx.matrix in common
    • dojo.fx in common
  • dojox.charting.action2d.__ShakeCtorArgs

    • type
      Function
    • chains:
      • dojox.charting.action2d.__BaseCtorArgs: (prototype)
      • dojox.charting.action2d.__BaseCtorArgs: (call)
    • summary
      Additional arguments for highlighting actions.
  • dojox.charting.action2d.__ShakeCtorArgs.shift

    • optional
    • type
      Number
    • summary
      The amount in pixels to shift the pie slice.  Default is 3.
  • dojox.charting.action2d.Shake

    • type
      Function
    • chains:
      • dojox.charting.action2d.Base: (prototype)
      • dojox.charting.action2d.Base: (call)
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this action belongs to.
      • plot: (typeof String)
        The plot this action is attached to.  If not passed, "default" is assumed.
      • kwArgs: (typeof dojox.charting.action2d.__ShakeCtorArgs)
        Optional keyword arguments object for setting parameters.
    • summary
      Create a shaking action for use on an element in a chart.
  • dojox.charting.action2d.Shake.defaultParams

    • type
      Object
  • dojox.charting.action2d.Shake.defaultParams.duration

    • type
      Number
  • dojox.charting.action2d.Shake.defaultParams.easing

    • alias - dojo.fx.easing.backOut
  • dojox.charting.action2d.Shake.defaultParams.shiftX

    • alias - DEFAULT_SHIFT
  • dojox.charting.action2d.Shake.defaultParams.shiftY

    • alias - DEFAULT_SHIFT
  • dojox.charting.action2d.Shake.optionalParams

    • type
      Object
  • dojox.charting.action2d.Shake.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart this action belongs to.
      • plot: (typeof String)
        The plot this action is attached to.  If not passed, "default" is assumed.
      • kwArgs: (typeof dojox.charting.action2d.__ShakeCtorArgs)
        Optional keyword arguments object for setting parameters.
    • summary
      Create the shaking action and connect it to the plot.
  • dojox.charting.action2d.Shake.process

    • parameters:
      • o: (typeof dojox.gfx.Shape)
        The object on which to process the slice moving action.
    • summary
      Process the action on the given object.
    • type
      Function
  • dojox.charting.action2d.Shake.shiftX

  • dojox.charting.action2d.Shake.shiftY

  • dojox.gfx.matrix

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

    • alias - dojox.gfx.fx
  • dojox.charting.action2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object