Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- pattern SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN :: forall a. (Eq a, Num a) => a
- pattern SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY :: forall a. (Eq a, Num a) => a
- pattern SVG_FECOMPONENTTRANSFER_TYPE_TABLE :: forall a. (Eq a, Num a) => a
- pattern SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE :: forall a. (Eq a, Num a) => a
- pattern SVG_FECOMPONENTTRANSFER_TYPE_LINEAR :: forall a. (Eq a, Num a) => a
- pattern SVG_FECOMPONENTTRANSFER_TYPE_GAMMA :: forall a. (Eq a, Num a) => a
- getType :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedEnumeration
- getTableValues :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumberList
- getSlope :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber
- getIntercept :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber
- getAmplitude :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber
- getExponent :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber
- getOffset :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber
- newtype SVGComponentTransferFunctionElement = SVGComponentTransferFunctionElement {}
- gTypeSVGComponentTransferFunctionElement :: JSM GType
- class (IsSVGElement o, IsElement o, IsNode o, IsEventTarget o, IsSlotable o, IsParentNode o, IsNonDocumentTypeChildNode o, IsDocumentAndElementEventHandlers o, IsChildNode o, IsAnimatable o, IsGlobalEventHandlers o, IsElementCSSInlineStyle o, IsGObject o) => IsSVGComponentTransferFunctionElement o
- toSVGComponentTransferFunctionElement :: IsSVGComponentTransferFunctionElement o => o -> SVGComponentTransferFunctionElement
Documentation
pattern SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN :: forall a. (Eq a, Num a) => a Source #
pattern SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY :: forall a. (Eq a, Num a) => a Source #
pattern SVG_FECOMPONENTTRANSFER_TYPE_TABLE :: forall a. (Eq a, Num a) => a Source #
pattern SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE :: forall a. (Eq a, Num a) => a Source #
pattern SVG_FECOMPONENTTRANSFER_TYPE_LINEAR :: forall a. (Eq a, Num a) => a Source #
pattern SVG_FECOMPONENTTRANSFER_TYPE_GAMMA :: forall a. (Eq a, Num a) => a Source #
getType :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedEnumeration Source #
getTableValues :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumberList Source #
getSlope :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber Source #
getIntercept :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber Source #
getAmplitude :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber Source #
getExponent :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber Source #
getOffset :: (MonadDOM m, IsSVGComponentTransferFunctionElement self) => self -> m SVGAnimatedNumber Source #
newtype SVGComponentTransferFunctionElement Source #
Functions for this inteface are in JSDOM.SVGComponentTransferFunctionElement. Base interface functions are in:
Instances
class (IsSVGElement o, IsElement o, IsNode o, IsEventTarget o, IsSlotable o, IsParentNode o, IsNonDocumentTypeChildNode o, IsDocumentAndElementEventHandlers o, IsChildNode o, IsAnimatable o, IsGlobalEventHandlers o, IsElementCSSInlineStyle o, IsGObject o) => IsSVGComponentTransferFunctionElement o Source #