Safe Haskell | None |
---|---|
Language | Haskell98 |
- aural :: MediaType
- braille :: MediaType
- handheld :: MediaType
- print :: MediaType
- projection :: MediaType
- screen :: MediaType
- tty :: MediaType
- tv :: MediaType
- embossed :: MediaType
- width :: Size Abs -> Feature
- minWidth :: Size Abs -> Feature
- maxWidth :: Size Abs -> Feature
- height :: Size Abs -> Feature
- minHeight :: Size Abs -> Feature
- maxHeight :: Size Abs -> Feature
- deviceWidth :: Size Abs -> Feature
- minDeviceWidth :: Size Abs -> Feature
- maxDeviceWidth :: Size Abs -> Feature
- deviceHeight :: Size Abs -> Feature
- minDeviceHeight :: Size Abs -> Feature
- maxDeviceHeight :: Size Abs -> Feature
- aspectRatio :: (Integer, Integer) -> Feature
- minAspectRatio :: (Integer, Integer) -> Feature
- maxAspectRatio :: (Integer, Integer) -> Feature
- deviceAspectRatio :: (Integer, Integer) -> Feature
- minDeviceAspectRatio :: (Integer, Integer) -> Feature
- maxDeviceAspectRatio :: (Integer, Integer) -> Feature
- color :: Feature
- monochrome :: Feature
- scan :: Feature
- grid :: Feature
- minColor :: Integer -> Feature
- maxColor :: Integer -> Feature
- colorIndex :: Integer -> Feature
- minColorIndex :: Integer -> Feature
- maxColorIndex :: Integer -> Feature
- minMonochrome :: Integer -> Feature
- maxMonochrome :: Integer -> Feature
- resolution :: Val a => a -> Feature
- minResolution :: Val a => a -> Feature
- maxResolution :: Val a => a -> Feature
- data Resolution
- dpi :: Integer -> Resolution
- dppx :: Integer -> Resolution
Media types.
Geometrical features.
deviceWidth :: Size Abs -> Feature Source
minDeviceWidth :: Size Abs -> Feature Source
maxDeviceWidth :: Size Abs -> Feature Source
deviceHeight :: Size Abs -> Feature Source
minDeviceHeight :: Size Abs -> Feature Source
maxDeviceHeight :: Size Abs -> Feature Source
Aspect ration features.
aspectRatio :: (Integer, Integer) -> Feature Source
minAspectRatio :: (Integer, Integer) -> Feature Source
maxAspectRatio :: (Integer, Integer) -> Feature Source
deviceAspectRatio :: (Integer, Integer) -> Feature Source
minDeviceAspectRatio :: (Integer, Integer) -> Feature Source
maxDeviceAspectRatio :: (Integer, Integer) -> Feature Source
Color related features.
colorIndex :: Integer -> Feature Source
minColorIndex :: Integer -> Feature Source
maxColorIndex :: Integer -> Feature Source
minMonochrome :: Integer -> Feature Source
maxMonochrome :: Integer -> Feature Source
Resolution related features.
resolution :: Val a => a -> Feature Source
minResolution :: Val a => a -> Feature Source
maxResolution :: Val a => a -> Feature Source
Resolution value type.
dpi :: Integer -> Resolution Source
dppx :: Integer -> Resolution Source