| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
| Safe Haskell | None |
Graphics.Hoodle.Render.Type.Item
Description
Renderable Item Type
Documentation
Constructors
| RItemStroke StrokeBBox | |
| RItemImage ImageBBox (Maybe Surface) |
isStrkInRItem :: RItem -> BoolSource
isImgInRItem :: RItem -> BoolSource
rItem2Item :: RItem -> ItemSource