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