Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setX :: MonadDOM m => SVGPathSegLinetoRel -> Float -> m ()
- getX :: MonadDOM m => SVGPathSegLinetoRel -> m Float
- setY :: MonadDOM m => SVGPathSegLinetoRel -> Float -> m ()
- getY :: MonadDOM m => SVGPathSegLinetoRel -> m Float
- newtype SVGPathSegLinetoRel = SVGPathSegLinetoRel {}
- gTypeSVGPathSegLinetoRel :: JSM GType
Documentation
newtype SVGPathSegLinetoRel Source #
Functions for this inteface are in JSDOM.SVGPathSegLinetoRel. Base interface functions are in:
Instances
PToJSVal SVGPathSegLinetoRel Source # | |
Defined in JSDOM.Types pToJSVal :: SVGPathSegLinetoRel -> JSVal # | |
PFromJSVal SVGPathSegLinetoRel Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> SVGPathSegLinetoRel # | |
ToJSVal SVGPathSegLinetoRel Source # | |
Defined in JSDOM.Types toJSVal :: SVGPathSegLinetoRel -> JSM JSVal # toJSValListOf :: [SVGPathSegLinetoRel] -> JSM JSVal # | |
FromJSVal SVGPathSegLinetoRel Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe SVGPathSegLinetoRel) # fromJSValUnchecked :: JSVal -> JSM SVGPathSegLinetoRel # fromJSValListOf :: JSVal -> JSM (Maybe [SVGPathSegLinetoRel]) # fromJSValUncheckedListOf :: JSVal -> JSM [SVGPathSegLinetoRel] # | |
MakeObject SVGPathSegLinetoRel Source # | |
Defined in JSDOM.Types makeObject :: SVGPathSegLinetoRel -> JSM Object # | |
IsSVGPathSeg SVGPathSegLinetoRel Source # | |
Defined in JSDOM.Types | |
IsGObject SVGPathSegLinetoRel Source # | |
Defined in JSDOM.Types typeGType :: SVGPathSegLinetoRel -> JSM GType |