Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.SVGPathSegCurvetoCubicSmoothRel
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:
Constructors
SVGPathSegCurvetoCubicSmoothRel | |
Fields |
Instances
PToJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types Methods | |
PFromJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types Methods | |
ToJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types Methods toJSVal :: SVGPathSegCurvetoCubicSmoothRel -> JSM JSVal # toJSValListOf :: [SVGPathSegCurvetoCubicSmoothRel] -> JSM JSVal # | |
FromJSVal SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
MakeObject SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types Methods makeObject :: SVGPathSegCurvetoCubicSmoothRel -> JSM Object # | |
IsSVGPathSeg SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types | |
IsGObject SVGPathSegCurvetoCubicSmoothRel Source # | |
Defined in JSDOM.Types Methods |