class Graphic a where measureGraphicK :: a -> GCtx -> Cont (K b c) MeasuredGraphics measureGraphicListK :: [a] -> GCtx -> Cont (K d e) MeasuredGraphics
The class Graphic collects types whose values have graphical representations
(just like the class Show collects types whose values have textual
representations). Most basic types belong to this class. The library
also provides some new types for graphics.
The methods are normally not used directly by the application programmer.
Types for graphics: Drawing, FixedDrawing, FlexibleDrawing, BitmapFile.
Fudgets that display graphics: hyperGraphicsF, graphicsDispF, graphicsLabelF, buttonF, ...