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