dojox/drawing/annotations/BoxShadow.js

  • Provides:

    • dojox.drawing.annotations.BoxShadow
  • shadowDefaults

    • type
      Object
    • summary
      When passing a shadow object into a stencil, that shadow
      object will be mixed in with these defaults.
    • mixins:
      • options: (normal)
  • shadowDefaults.size

    • type
      Number
    • summary
      mult: Number
      These two props work together. Both affect the size and quality
      of the shadow. size affects the actual size and mult affects the
      lineWidths that overlap to make the shadow. Generally you want a
      bigger 'size' than 'mult'. The defaults are good for a shadow, but
      you will want to increase them when making a glow.
      TODO: Make this more clear or use other properties.
  • shadowDefaults.mult

    • summary
  • shadowDefaults.alpha

    • type
      Float
    • summary
      Affects the alpha of the shadow. Because this is multiple shapes
      overlapped, you want much less than you may think. .1 is pretty
      dark and . is black. Higher numbers also give a sharper edge.
  • shadowDefaults.place

    • type
      String
    • summary
      Tells the position of the shadow:
      B: bottom
      T: top
      L: left
      R: right
      C: center, or a glow
      Can be used in combinations such as BR, BL, L, T, etc. 'C' should
      be used by itself.
  • shadowDefaults.color

    • type
      String
    • summary
      The color of the shadow or glow.
  • obj

    • type
      Object
    • summary
  • obj.start

    • summary
  • obj.y

    • summary
  • dojox.drawing.annotations.BoxShadow

    • summary
  • this.stencil

    • summary
  • this.util

    • summary
  • this.mouse

    • summary
  • this.style

    • summary
  • this.options

    • summary
  • this.options.color

    • summary
  • this.options.color.a

    • summary
  • this.method

    • summary
  • this.container

    • summary
  • o

    • summary
  • size

    • summary
  • mult

    • summary
  • d

    • summary
  • r

    • summary
  • p

    • summary
  • c

    • summary
  • this.showing

    • summary
  • sh

    • summary
  • shy

    • summary
  • shx

    • summary
  • closePath

    • summary
  • i

    • summary
  • lineWidth

    • summary
  • strAr

    • summary
  • cmd

    • summary
  • pth

    • summary
  • radius

    • summary
  • angle

    • summary
  • pt

    • summary
  • lineLength

    • summary
  • al

    • summary
  • aw

    • summary
  • p1

    • summary
  • p2

    • summary
  • pts

    • summary
  • sp

    • summary
  • dojox.drawing.annotations

    • type
      Object
    • summary
  • dojox.drawing

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary