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/MoveSlice.js

  • Provides:

    • dojox.charting.action2d.MoveSlice
  • Requires:

    • dojox.charting.action2d.Base in common
    • dojox.gfx.matrix in common
    • dojox.lang.functional in common
    • dojox.lang.functional.scan in common
    • dojox.lang.functional.fold in common
  • dojox.charting.action2d.__MoveSliceCtorArgs

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

    • optional
    • type
      Number
    • summary
      The amount to scale the pie slice.  Default is 1.05.
  • dojox.charting.action2d.__MoveSliceCtorArgs.shift

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

    • 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.__MoveSliceCtorArgs)
        Optional keyword arguments object for setting parameters.
    • summary
      Create an action for a pie chart that moves and scales a pie slice.
  • dojox.charting.action2d.MoveSlice.defaultParams

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

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

    • alias - dojo.fx.easing.backOut
  • dojox.charting.action2d.MoveSlice.defaultParams.scale

    • alias - DEFAULT_SCALE
  • dojox.charting.action2d.MoveSlice.defaultParams.shift

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

    • type
      Object
  • dojox.charting.action2d.MoveSlice.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.__MoveSliceCtorArgs)
        Optional keyword arguments object for setting parameters.
    • summary
      Create the slice moving action and connect it to the plot.
  • dojox.charting.action2d.MoveSlice.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.MoveSlice.angles

    • type
      Object
  • dojox.charting.action2d.MoveSlice.shift

    • type
      Number
  • dojox.charting.action2d.MoveSlice.scale

    • type
      Number
  • dojox.charting.action2d.MoveSlice.reset

    • type
      Function
  • dojox.gfx.matrix

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

    • alias - dojox.gfx.fx
  • dojox.lang.functional

    • alias - dojox.lang.functional
  • dojox.charting.action2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object