Interface ExtendedCodeAreaCaretsProfile

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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)  
    • Method Detail

      • identifyCaretShape

        @Nonnull
        org.exbin.bined.extended.caret.CodeAreaCaretShape identifyCaretShape​(org.exbin.bined.extended.caret.CodeAreaCaretType caretType)
      • paintCaret

        void paintCaret​(java.awt.Graphics g,
                        int cursorX,
                        int cursorY,
                        int width,
                        int height,
                        org.exbin.bined.extended.caret.CodeAreaCaretShape codeAreaCaretShape)