Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator-web-internals
/
org.readium.navigator.web.internals.util
Package-level
declarations
Types
Functions
Properties
Types
Absolute
Padding
Values
Link copied to clipboard
data
class
AbsolutePaddingValues
(
val
top
:
Dp
,
val
right
:
Dp
,
val
bottom
:
Dp
,
val
left
:
Dp
)
Display
Area
Link copied to clipboard
data
class
DisplayArea
(
val
viewportSize
:
DpSize
,
val
safeDrawingPadding
:
AbsolutePaddingValues
)
Hyperlink
Processor
Link copied to clipboard
class
HyperlinkProcessor
(
container
:
Container
<
Resource
>
)
Mutable
Ref
Link copied to clipboard
data
class
MutableRef
<
T
>
(
var
value
:
T
)
Properties
disable
Selection
Injectable
Link copied to clipboard
const
val
disableSelectionInjectable
:
String
is
Cjk
Link copied to clipboard
val
Language
.
isCjk
:
Boolean
is
Rtl
Link copied to clipboard
val
Language
.
isRtl
:
Boolean
Functions
absolute
Padding
Link copied to clipboard
fun
Modifier
.
absolutePadding
(
paddingValues
:
AbsolutePaddingValues
)
:
Modifier
get
Value
Link copied to clipboard
inline operator
fun
<
T
>
MutableRef
<
T
>
.
getValue
(
thisObj
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
inject
Link copied to clipboard
fun
String
.
inject
(
sourceUrl
:
AbsoluteUrl
?
,
injectables
:
List
<
String
>
)
:
String
remember
Updated
Ref
Link copied to clipboard
@
Composable
fun
<
T
>
rememberUpdatedRef
(
value
:
T
)
:
MutableRef
<
T
>
Unlike rememberUpdatedState, this doesn't trigger recomposition.
script
Link copied to clipboard
fun
script
(
src
:
Url
)
:
String
set
Value
Link copied to clipboard
inline operator
fun
<
T
>
MutableRef
<
T
>
.
setValue
(
thisObj
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)
shift
Link copied to clipboard
fun
DpRect
.
shift
(
offset
:
DpOffset
)
:
DpRect
to
Layout
Direction
Link copied to clipboard
fun
ReadingProgression
.
toLayoutDirection
(
)
:
LayoutDirection
to
Orientation
Link copied to clipboard
fun
Axis
.
toOrientation
(
)
:
Orientation