comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
model
/
com.sorrowblue.comicviewer.domain.model.settings
/
BookSettings
Book
Settings
@
Serializable
data
class
BookSettings
(
val
pageFormat
:
BookSettings.PageFormat
=
PageFormat.Default
,
val
pageScale
:
BookSettings.PageScale
=
PageScale.Fit
)
Members
Constructors
Book
Settings
Link copied to clipboard
constructor
(
pageFormat
:
BookSettings.PageFormat
=
PageFormat.Default
,
pageScale
:
BookSettings.PageScale
=
PageScale.Fit
)
Types
Page
Format
Link copied to clipboard
@
Serializable
enum
PageFormat
:
Enum
<
BookSettings.PageFormat
>
Page
Scale
Link copied to clipboard
@
Serializable
enum
PageScale
:
Enum
<
BookSettings.PageScale
>
Properties
page
Format
Link copied to clipboard
val
pageFormat
:
BookSettings.PageFormat
page
Scale
Link copied to clipboard
val
pageScale
:
BookSettings.PageScale