Package imgui.extension.texteditor
Class TextEditorCursorSelection
java.lang.Object
imgui.extension.texteditor.TextEditorCursorSelection
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTextEditorCursorSelection(int startLine, int startColumn, int endLine, int endColumn) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()set(int startLine, int startColumn, int endLine, int endColumn) set(TextEditorCursorPosition start, TextEditorCursorPosition end) set(TextEditorCursorSelection value) toString()
-
Field Details
-
start
-
end
-
-
Constructor Details
-
TextEditorCursorSelection
public TextEditorCursorSelection() -
TextEditorCursorSelection
public TextEditorCursorSelection(int startLine, int startColumn, int endLine, int endColumn) -
TextEditorCursorSelection
-
-
Method Details