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