Class DefaultExtendedCodeAreaCaretsProfile

    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultExtendedCodeAreaCaretsProfile

        public DefaultExtendedCodeAreaCaretsProfile()
    • Method Detail

      • identifyCaretShape

        @Nonnull
        public org.exbin.bined.extended.caret.CodeAreaCaretShape identifyCaretShape​(org.exbin.bined.extended.caret.CodeAreaCaretType caretType)
        Specified by:
        identifyCaretShape in interface ExtendedCodeAreaCaretsProfile
      • paintCaret

        public void paintCaret​(java.awt.Graphics g,
                               int cursorX,
                               int cursorY,
                               int width,
                               int height,
                               org.exbin.bined.extended.caret.CodeAreaCaretShape codeAreaCaretShape)
        Specified by:
        paintCaret in interface ExtendedCodeAreaCaretsProfile