Class SelectionPath

  • All Implemented Interfaces:
    Styleable, EventTarget

    public class SelectionPath
    extends Path
    A Path used to render a portion of a mulit-paragraph selection or all of a single-paragraph selection with additional CSS styling; it does not have a style class associated with it.
    • Method Detail

      • getHighlightFill

        public final Paint getHighlightFill()
        Gets the value of the property highlightFill.
        Property description:
        Background fill for highlighted/selected text. Can be styled using "-fx-highlight-fill".
      • setHighlightFill

        public final void setHighlightFill​(Paint paint)
        Sets the value of the property highlightFill.
        Property description:
        Background fill for highlighted/selected text. Can be styled using "-fx-highlight-fill".