Safe Haskell | None |
---|---|
Language | Haskell2010 |
- setX :: MonadDOM m => SVGPathSegArcRel -> Float -> m ()
- getX :: MonadDOM m => SVGPathSegArcRel -> m Float
- setY :: MonadDOM m => SVGPathSegArcRel -> Float -> m ()
- getY :: MonadDOM m => SVGPathSegArcRel -> m Float
- setR1 :: MonadDOM m => SVGPathSegArcRel -> Float -> m ()
- getR1 :: MonadDOM m => SVGPathSegArcRel -> m Float
- setR2 :: MonadDOM m => SVGPathSegArcRel -> Float -> m ()
- getR2 :: MonadDOM m => SVGPathSegArcRel -> m Float
- setAngle :: MonadDOM m => SVGPathSegArcRel -> Float -> m ()
- getAngle :: MonadDOM m => SVGPathSegArcRel -> m Float
- setLargeArcFlag :: MonadDOM m => SVGPathSegArcRel -> Bool -> m ()
- getLargeArcFlag :: MonadDOM m => SVGPathSegArcRel -> m Bool
- setSweepFlag :: MonadDOM m => SVGPathSegArcRel -> Bool -> m ()
- getSweepFlag :: MonadDOM m => SVGPathSegArcRel -> m Bool
- newtype SVGPathSegArcRel = SVGPathSegArcRel {}
- gTypeSVGPathSegArcRel :: JSM GType
Documentation
setLargeArcFlag :: MonadDOM m => SVGPathSegArcRel -> Bool -> m () Source #
getLargeArcFlag :: MonadDOM m => SVGPathSegArcRel -> m Bool Source #
setSweepFlag :: MonadDOM m => SVGPathSegArcRel -> Bool -> m () Source #
getSweepFlag :: MonadDOM m => SVGPathSegArcRel -> m Bool Source #
newtype SVGPathSegArcRel Source #
Functions for this inteface are in JSDOM.SVGPathSegArcRel. Base interface functions are in: