@ParametersAreNonnullByDefault
public interface ExtendedCodeAreaCaretsProfile
| 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) |
@Nonnull 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)