@ParametersAreNonnullByDefault public class EditableExtendedCodeAreaCaretsProfile extends java.lang.Object implements ExtendedCodeAreaCaretsProfile
| Constructor and Description |
|---|
EditableExtendedCodeAreaCaretsProfile() |
| Modifier and Type | Method and Description |
|---|---|
org.exbin.bined.extended.caret.CodeAreaCaretShape |
identifyCaretShape(org.exbin.bined.extended.caret.CodeAreaCaretType caretType) |
void |
paintCaret(java.awt.Graphics g,
int cursorX,
int cursorY,
int width,
int height,
org.exbin.bined.extended.caret.CodeAreaCaretShape codeAreaCaretShape) |
public EditableExtendedCodeAreaCaretsProfile()
@Nonnull public org.exbin.bined.extended.caret.CodeAreaCaretShape identifyCaretShape(org.exbin.bined.extended.caret.CodeAreaCaretType caretType)
identifyCaretShape in interface ExtendedCodeAreaCaretsProfilepublic void paintCaret(java.awt.Graphics g,
int cursorX,
int cursorY,
int width,
int height,
org.exbin.bined.extended.caret.CodeAreaCaretShape codeAreaCaretShape)
paintCaret in interface ExtendedCodeAreaCaretsProfile