Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setStdDeviation :: MonadDOM m => SVGFEDropShadowElement -> Maybe Float -> Maybe Float -> m ()
- getIn1 :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedString
- getDx :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber
- getDy :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber
- getStdDeviationX :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber
- getStdDeviationY :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber
- newtype SVGFEDropShadowElement = SVGFEDropShadowElement {}
- gTypeSVGFEDropShadowElement :: JSM GType
Documentation
setStdDeviation :: MonadDOM m => SVGFEDropShadowElement -> Maybe Float -> Maybe Float -> m () Source #
getIn1 :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedString Source #
getDx :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber Source #
getDy :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber Source #
getStdDeviationX :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber Source #
getStdDeviationY :: MonadDOM m => SVGFEDropShadowElement -> m SVGAnimatedNumber Source #
newtype SVGFEDropShadowElement Source #
Functions for this inteface are in JSDOM.SVGFEDropShadowElement. Base interface functions are in: