Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- getX :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList
- getY :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList
- getDx :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList
- getDy :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList
- getRotate :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedNumberList
- newtype SVGTextPositioningElement = SVGTextPositioningElement {}
- gTypeSVGTextPositioningElement :: JSM GType
- class (IsSVGTextContentElement o, IsSVGGraphicsElement o, IsSVGElement o, IsElement o, IsNode o, IsEventTarget o, IsSlotable o, IsParentNode o, IsNonDocumentTypeChildNode o, IsDocumentAndElementEventHandlers o, IsChildNode o, IsAnimatable o, IsGlobalEventHandlers o, IsElementCSSInlineStyle o, IsSVGTests o, IsSVGExternalResourcesRequired o, IsGObject o) => IsSVGTextPositioningElement o
- toSVGTextPositioningElement :: IsSVGTextPositioningElement o => o -> SVGTextPositioningElement
Documentation
getX :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList Source #
getY :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList Source #
getDx :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList Source #
getDy :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedLengthList Source #
getRotate :: (MonadDOM m, IsSVGTextPositioningElement self) => self -> m SVGAnimatedNumberList Source #
newtype SVGTextPositioningElement Source #
Functions for this inteface are in JSDOM.SVGTextPositioningElement. Base interface functions are in:
- JSDOM.SVGTextContentElement
- JSDOM.SVGGraphicsElement
- JSDOM.SVGElement
- JSDOM.Element
- JSDOM.Node
- JSDOM.EventTarget
- JSDOM.Slotable
- JSDOM.ParentNode
- JSDOM.NonDocumentTypeChildNode
- JSDOM.DocumentAndElementEventHandlers
- JSDOM.ChildNode
- JSDOM.Animatable
- JSDOM.GlobalEventHandlers
- JSDOM.ElementCSSInlineStyle
- JSDOM.SVGTests
- JSDOM.SVGExternalResourcesRequired
Instances
class (IsSVGTextContentElement o, IsSVGGraphicsElement o, IsSVGElement o, IsElement o, IsNode o, IsEventTarget o, IsSlotable o, IsParentNode o, IsNonDocumentTypeChildNode o, IsDocumentAndElementEventHandlers o, IsChildNode o, IsAnimatable o, IsGlobalEventHandlers o, IsElementCSSInlineStyle o, IsSVGTests o, IsSVGExternalResourcesRequired o, IsGObject o) => IsSVGTextPositioningElement o Source #
Instances
IsSVGTextPositioningElement SVGTextPositioningElement Source # | |
Defined in JSDOM.Types | |
IsSVGTextPositioningElement SVGTextElement Source # | |
Defined in JSDOM.Types | |
IsSVGTextPositioningElement SVGTSpanElement Source # | |
Defined in JSDOM.Types | |
IsSVGTextPositioningElement SVGTRefElement Source # | |
Defined in JSDOM.Types | |
IsSVGTextPositioningElement SVGAltGlyphElement Source # | |
Defined in JSDOM.Types |