wumpus-basic-0.4.0: Common drawing utilities built on wumpus-core.Source codeContentsIndex
Wumpus.Basic.Dots
PortabilityGHC with TypeFamilies, GADTs and more
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>
Contents
Existential anchor type
Dots with anchor points
Description
Dots with anchors.
Synopsis
data DotAnchor u
dotCircle :: (Floating u, FromPtSize u) => ANode u (DotAnchor u)
dotDisk :: (Floating u, FromPtSize u) => ANode u (DotAnchor u)
dotSquare :: (Floating u, Real u, FromPtSize u) => ANode u (DotAnchor u)
dotChar :: (Floating u, Real u, FromPtSize u) => Char -> ANode u (DotAnchor u)
dotText :: (Floating u, Real u, FromPtSize u) => String -> ANode u (DotAnchor u)
Existential anchor type
data DotAnchor u Source
show/hide Instances
Dots with anchor points
dotCircle :: (Floating u, FromPtSize u) => ANode u (DotAnchor u)Source
dotDisk :: (Floating u, FromPtSize u) => ANode u (DotAnchor u)Source
dotSquare :: (Floating u, Real u, FromPtSize u) => ANode u (DotAnchor u)Source
dotChar :: (Floating u, Real u, FromPtSize u) => Char -> ANode u (DotAnchor u)Source
dotText :: (Floating u, Real u, FromPtSize u) => String -> ANode u (DotAnchor u)Source
Produced by Haddock version 2.6.1