Defines the focus outline window properties. More...
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. | |
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.
|
virtualdefault |
|
pure virtual |
Return the bounds for the outline window in screen coordinates.
References Component.
|
pure virtual |
This method will be called to draw the focus outline.