UISF-0.4.0.0: Library for Arrowized Graphical User Interfaces.

Copyright(c) Daniel Winograd-Cort 2015
Licensesee the LICENSE file in the distribution
Maintainerdwc@cs.yale.edu
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell98

FRP.UISF.Graphics.Types

Contents

Description

 

Synopsis

Useful Types

type Point = (Int, Int) Source

Point describes a point on the GUI.

type Angle = Double Source

Angles are used when making arcs, circles, etc. or when performing rotations. Angles are measured in Degrees

type Dimension = (Int, Int) Source

A dimension specifies size.

type Rect = (Point, Dimension) Source

A rectangle has a (bottom left) corner point and a dimension.