Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Segment | |
|
Instances
Eq Segment Source # | |
Ord Segment Source # | |
Show Segment Source # | |
Generic Segment Source # | |
Semigroup Segment Source # | |
Monoid Segment Source # | |
Hashable Segment Source # | |
Defined in Data.Comic.Flip | |
ToJSON Segment Source # | |
Defined in Data.Comic.Flip | |
FromJSON Segment Source # | |
NFData Segment Source # | |
Defined in Data.Comic.Flip | |
type Rep Segment Source # | |
Defined in Data.Comic.Flip type Rep Segment = D1 (MetaData "Segment" "Data.Comic.Flip" "comic-0.0.1-GvijLpXnXAw1uVTGer44ST" False) (C1 (MetaCons "Segment" PrefixI True) (S1 (MetaSel (Just "_sDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DiffTime) :*: S1 (MetaSel (Just "_sSplice") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SortedList FrameSplice)))) |
data ScheduledSegment Source #
ScheduledSegment | |
|
Instances
data FrameSplice Source #
FSBackground | |
FSText | |
|
Instances
Instances
Enum TextType Source # | |
Eq TextType Source # | |
Ord TextType Source # | |
Defined in Data.Comic.Flip | |
Read TextType Source # | |
Show TextType Source # | |
Generic TextType Source # | |
Hashable TextType Source # | |
Defined in Data.Comic.Flip | |
ToJSON TextType Source # | |
Defined in Data.Comic.Flip | |
FromJSON TextType Source # | |
NFData TextType Source # | |
Defined in Data.Comic.Flip | |
type Rep TextType Source # | |
Defined in Data.Comic.Flip type Rep TextType = D1 (MetaData "TextType" "Data.Comic.Flip" "comic-0.0.1-GvijLpXnXAw1uVTGer44ST" False) ((C1 (MetaCons "TxtStatic" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TxtScroll" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TxtSpeech" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TxtBreaking" PrefixI False) (U1 :: Type -> Type))) |
Instances
Eq OnScreen Source # | |
Ord OnScreen Source # | |
Defined in Data.Comic.Flip | |
Read OnScreen Source # | |
Show OnScreen Source # | |
Generic OnScreen Source # | |
Hashable OnScreen Source # | |
Defined in Data.Comic.Flip | |
NFData OnScreen Source # | |
Defined in Data.Comic.Flip | |
type Rep OnScreen Source # | |
Defined in Data.Comic.Flip |
Box | |
|
Instances
Eq Box Source # | |
Ord Box Source # | |
Read Box Source # | |
Show Box Source # | |
Generic Box Source # | |
Hashable Box Source # | |
Defined in Data.Comic.Flip | |
NFData Box Source # | |
Defined in Data.Comic.Flip | |
type Rep Box Source # | |
Defined in Data.Comic.Flip type Rep Box = D1 (MetaData "Box" "Data.Comic.Flip" "comic-0.0.1-GvijLpXnXAw1uVTGer44ST" False) (C1 (MetaCons "Box" PrefixI True) (S1 (MetaSel (Just "_bTl") SourceUnpack SourceStrict DecidedStrict) (Rec0 RelPosition) :*: S1 (MetaSel (Just "_bBr") SourceUnpack SourceStrict DecidedStrict) (Rec0 RelPosition))) |
data RelPosition Source #
Instances
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)))) |
data TextLayout Source #
TextLayout | |
|
Instances
data HAlignment Source #
Instances
data VAlignment Source #