Safe Haskell | None |
---|---|
Language | Haskell2010 |
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:
Instances
PToJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
PFromJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
ToJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
FromJSVal SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
MakeObject SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
IsSVGPathSeg SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types | |
IsGObject SVGPathSegCurvetoCubicSmoothAbs Source # | |
Defined in JSDOM.Types |