public class TextSelectionInfo
extends java.lang.Object
| Constructor and Description |
|---|
TextSelectionInfo() |
TextSelectionInfo(int caretPosition,
int selectionStart,
int selectionEnd) |
TextSelectionInfo(int caretPosition,
int selectionStart,
int selectionEnd,
int left,
int top,
int height) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCaretPosition() |
int |
getHeight()
Pixel height of text at start position.
|
int |
getLeft()
Pixel left position.
|
int |
getSelectionEnd() |
int |
getSelectionStart() |
int |
getTop()
Pixel top position.
|
void |
setCaretPosition(int caretPosition) |
void |
setSelectionEnd(int selectionEnd) |
void |
setSelectionStart(int selectionStart) |
public TextSelectionInfo()
public TextSelectionInfo(int caretPosition,
int selectionStart,
int selectionEnd)
public TextSelectionInfo(int caretPosition,
int selectionStart,
int selectionEnd,
int left,
int top,
int height)
public int getCaretPosition()
public void setCaretPosition(int caretPosition)
public int getSelectionStart()
public void setSelectionStart(int selectionStart)
public int getSelectionEnd()
public void setSelectionEnd(int selectionEnd)
public int getLeft()
public int getTop()
public int getHeight()
Copyright © CaptainCasa Gmbh. All Rights Reserved.