Interface HasSelectAndFocusPaints
- All Known Subinterfaces:
TButton
- All Known Implementing Classes:
TadukooButton
public interface HasSelectAndFocusPaints
Interface to be used on Components for them to contain
SizablePaints for select and focus.- Version:
- Alpha v.0.3
- Author:
- Logan Ferree (Tadukoo)
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFocusPaint(SizablePaint focusPaint) Sets the focusSizablePaintfor this ComponentvoidsetSelectPaint(SizablePaint selectPaint) Sets the selectSizablePaintfor this Component
-
Method Details
-
getSelectPaint
SizablePaint getSelectPaint()- Returns:
- The
SizablePaintto be used for the select of this Component
-
setSelectPaint
Sets the selectSizablePaintfor this Component- Parameters:
selectPaint- TheSizablePaintto be used for the select of this Component
-
getFocusPaint
SizablePaint getFocusPaint()- Returns:
- The
SizablePaintto be used for the focus of this Component
-
setFocusPaint
Sets the focusSizablePaintfor this Component- Parameters:
focusPaint- TheSizablePaintto be used for the focus of this Component
-