Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.SVGPathSegCurvetoCubicSmoothAbs
Synopsis
- setX :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> Float -> m ()
- getX :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> m Float
- setY :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> Float -> m ()
- getY :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> m Float
- setX2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> Float -> m ()
- getX2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> m Float
- setY2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> Float -> m ()
- getY2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothAbs -> m Float
- newtype SVGPathSegCurvetoCubicSmoothAbs = SVGPathSegCurvetoCubicSmoothAbs {}
- gTypeSVGPathSegCurvetoCubicSmoothAbs :: JSM GType
Documentation
newtype SVGPathSegCurvetoCubicSmoothAbs Source #
Functions for this inteface are in JSDOM.SVGPathSegCurvetoCubicSmoothAbs. Base interface functions are in:
Constructors
SVGPathSegCurvetoCubicSmoothAbs | |
Fields |
Instances
PToJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types Methods | |
PFromJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types Methods | |
ToJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types Methods toJSVal :: SVGPathSegCurvetoCubicSmoothAbs -> JSM JSVal # toJSValListOf :: [SVGPathSegCurvetoCubicSmoothAbs] -> JSM JSVal # | |
FromJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
MakeObject SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types Methods makeObject :: SVGPathSegCurvetoCubicSmoothAbs -> JSM Object # | |
IsSVGPathSeg SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
IsGObject SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types Methods |