| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
EventLoop.Output.Graphical
Documentation
Graphical Responses Out
Constructors
| Draw GObject Groupname | Draw the graphical object with the given groupname. |
| MoveGroup Groupname Pos Relative | Move an entire group to a new position possibly relative to the old position. |
| MoveElement Name Pos Relative | Move a single element to a new position possibly relative to the old position. |
| RemoveGroup Groupname | Remove a group. |
| RemoveElement Name | Remove an element. |
| ClearAll | Clears all from the canvas. |
A general graphical object containing the common attributes of each Primitive.
Primitive graphical structures
Constructors
| Text | The text graphical primitive |
Fields
| |
| Line | The line graphical primitive |
| Rect | The rectangle graphical primitive |
| Arc | The arc graphical primitive. This is the part of a circle. When startAng=0 and endAng=360 you get a full circle. |
Fields
| |
The name of a graphical object. Another synonym in the package used for this is Element.