Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setX :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> Float -> m ()
- getX :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> m Float
- setY :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> Float -> m ()
- getY :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> m Float
- setX2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> Float -> m ()
- getX2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> m Float
- setY2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> Float -> m ()
- getY2 :: MonadDOM m => SVGPathSegCurvetoCubicSmoothRel -> m Float
- newtype SVGPathSegCurvetoCubicSmoothRel = SVGPathSegCurvetoCubicSmoothRel {}
- gTypeSVGPathSegCurvetoCubicSmoothRel :: JSM GType
Documentation
newtype SVGPathSegCurvetoCubicSmoothRel Source #
Functions for this inteface are in JSDOM.SVGPathSegCurvetoCubicSmoothRel. Base interface functions are in:
Instances
PToJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
PFromJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
ToJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
FromJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
MakeObject SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
IsSVGPathSeg SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
IsGObject SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types |