wumpus-basic-0.11.0: Common drawing utilities built on wumpus-core.

PortabilityGHC
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Wumpus.Basic.Shapes.Plaintext

Description

Plaintext is a bit like a shape but does not generate a path and cannot be scaled (it can be rotated or translated).

** WARNING ** - the types of Shapes and Plaintext are not ideal and are pending revision.

Documentation

data Plaintext u Source

Instances

Eq u => Eq (Plaintext u) 
Ord u => Ord (Plaintext u) 
Show u => Show (Plaintext u) 
Rotate (Plaintext u) 
Num u => Translate (Plaintext u)