Package com.pspdfkit.compose.state
Class TextSelectionStateImpl
-
- All Implemented Interfaces:
-
com.pspdfkit.compose.state.TextSelectionState
,com.pspdfkit.compose.state.TextSelector
@Immutable() public final class TextSelectionStateImpl implements TextSelectionState, TextSelector
-
-
Field Summary
Fields Modifier and Type Field Description private final DocumentTextProvider.TextRange
selection
private final TextSelectionState.DragHandle
draggedHandle
-
Constructor Summary
Constructors Constructor Description TextSelectionStateImpl(DocumentTextProvider.TextRange selection, TextSelectionState.DragHandle draggedHandle, TextSelector selector)
-
Method Summary
Modifier and Type Method Description DocumentTextProvider.TextRange
getSelection()
TextSelectionState.DragHandle
getDraggedHandle()
-
-
Constructor Detail
-
TextSelectionStateImpl
TextSelectionStateImpl(DocumentTextProvider.TextRange selection, TextSelectionState.DragHandle draggedHandle, TextSelector selector)
-
-
Method Detail
-
getSelection
DocumentTextProvider.TextRange getSelection()
-
getDraggedHandle
TextSelectionState.DragHandle getDraggedHandle()
-
-
-
-