Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Comic
Documentation
Constructors
ZoneHint | |
ClickZoneHint | |
HoverHint | |
Instances
Eq Position Source # | |
Ord Position Source # | |
Defined in Data.Comic.Types | |
Read Position Source # | |
Show Position Source # | |
Generic Position Source # | |
Hashable Position Source # | |
Defined in Data.Comic.Types | |
ToJSON Position Source # | |
Defined in Data.Comic.Types | |
FromJSON Position Source # | |
NFData Position Source # | |
Defined in Data.Comic.Types | |
type Rep Position Source # | |
Defined in Data.Comic.Types type Rep Position = D1 (MetaData "Position" "Data.Comic.Types" "comic-0.0.1-GvijLpXnXAw1uVTGer44ST" False) (C1 (MetaCons "Pos" PrefixI True) (S1 (MetaSel (Just "_pX") SourceUnpack SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_pY") SourceUnpack SourceStrict DecidedStrict) (Rec0 Int))) |
Instances
Eq Font Source # | |
Ord Font Source # | |
Read Font Source # | |
Show Font Source # | |
Generic Font Source # | |
Hashable Font Source # | |
Defined in Data.Comic.Types | |
NFData Font Source # | |
Defined in Data.Comic.Types | |
type Rep Font Source # | |
Defined in Data.Comic.Types type Rep Font = D1 (MetaData "Font" "Data.Comic.Types" "comic-0.0.1-GvijLpXnXAw1uVTGer44ST" False) (C1 (MetaCons "Font" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) SourceUnpack SourceStrict DecidedStrict) (Rec0 FontName) :*: (S1 (MetaSel (Nothing :: Maybe Symbol) SourceUnpack SourceStrict DecidedStrict) (Rec0 FontSize) :*: S1 (MetaSel (Nothing :: Maybe Symbol) SourceUnpack SourceStrict DecidedStrict) (Rec0 RGBA)))) |
Constructors
Panel | |
Fields
|
data ComicDelta Source #
Constructors
CompleteComic Comic | |
AppendPanels [Panel] | |
AddTexts [((Position, Position), Font, Text)] |
Instances
Eq ComicDelta Source # | |
Defined in Data.Comic | |
Show ComicDelta Source # | |
Defined in Data.Comic Methods showsPrec :: Int -> ComicDelta -> ShowS # show :: ComicDelta -> String # showList :: [ComicDelta] -> ShowS # | |
ToJSON ComicDelta Source # | |
Defined in Data.Comic Methods toJSON :: ComicDelta -> Value # toEncoding :: ComicDelta -> Encoding # toJSONList :: [ComicDelta] -> Value # toEncodingList :: [ComicDelta] -> Encoding # | |
FromJSON ComicDelta Source # | |
Defined in Data.Comic |