Defines the focus outline window properties.
Pass an instance of one of these to the FocusOutline constructor to control the bounds for the outline window and how it is drawn.
Public Member Functions | |
virtual | ~OutlineWindowProperties ()=default |
virtual Rectangle< int > | getOutlineBounds (Component &focusedComponent)=0 |
Return the bounds for the outline window in screen coordinates. | |
virtual void | drawOutline (Graphics &, int width, int height)=0 |
This method will be called to draw the focus outline. |
|
virtualdefault |
|
pure virtual |
Return the bounds for the outline window in screen coordinates.
|
pure virtual |
This method will be called to draw the focus outline.