Safe Haskell | None |
---|---|
Language | Haskell2010 |
- pattern SVG_CHANNEL_UNKNOWN :: forall a. (Num a, Eq a) => a
- pattern SVG_CHANNEL_R :: forall a. (Num a, Eq a) => a
- pattern SVG_CHANNEL_G :: forall a. (Num a, Eq a) => a
- pattern SVG_CHANNEL_B :: forall a. (Num a, Eq a) => a
- pattern SVG_CHANNEL_A :: forall a. (Num a, Eq a) => a
- getIn1 :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedString)
- getIn1Unsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedString
- getIn1Unchecked :: MonadDOM m => SVGFEDisplacementMapElement -> m SVGAnimatedString
- getIn2 :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedString)
- getIn2Unsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedString
- getIn2Unchecked :: MonadDOM m => SVGFEDisplacementMapElement -> m SVGAnimatedString
- getScale :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedNumber)
- getScaleUnsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedNumber
- getScaleUnchecked :: MonadDOM m => SVGFEDisplacementMapElement -> m SVGAnimatedNumber
- getXChannelSelector :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedEnumeration)
- getXChannelSelectorUnsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration
- getXChannelSelectorUnchecked :: MonadDOM m => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration
- getYChannelSelector :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedEnumeration)
- getYChannelSelectorUnsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration
- getYChannelSelectorUnchecked :: MonadDOM m => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration
- newtype SVGFEDisplacementMapElement = SVGFEDisplacementMapElement {}
- gTypeSVGFEDisplacementMapElement :: JSM GType
Documentation
pattern SVG_CHANNEL_UNKNOWN :: forall a. (Num a, Eq a) => a Source #
pattern SVG_CHANNEL_R :: forall a. (Num a, Eq a) => a Source #
pattern SVG_CHANNEL_G :: forall a. (Num a, Eq a) => a Source #
pattern SVG_CHANNEL_B :: forall a. (Num a, Eq a) => a Source #
pattern SVG_CHANNEL_A :: forall a. (Num a, Eq a) => a Source #
getIn1 :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedString) Source #
getIn1Unsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedString Source #
getIn2 :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedString) Source #
getIn2Unsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedString Source #
getScale :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedNumber) Source #
getScaleUnsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedNumber Source #
getXChannelSelector :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedEnumeration) Source #
getXChannelSelectorUnsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration Source #
getXChannelSelectorUnchecked :: MonadDOM m => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration Source #
getYChannelSelector :: MonadDOM m => SVGFEDisplacementMapElement -> m (Maybe SVGAnimatedEnumeration) Source #
getYChannelSelectorUnsafe :: (MonadDOM m, HasCallStack) => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration Source #
getYChannelSelectorUnchecked :: MonadDOM m => SVGFEDisplacementMapElement -> m SVGAnimatedEnumeration Source #
newtype SVGFEDisplacementMapElement Source #
Functions for this inteface are in JSDOM.SVGFEDisplacementMapElement. Base interface functions are in: