Interface HasDisabledForegroundPaint
- All Known Subinterfaces:
TLabel
- All Known Implementing Classes:
TadukooLabel
public interface HasDisabledForegroundPaint
Interface to be used on Components for them to contain a
SizablePaint for disabled foreground.- Version:
- Alpha v.0.3
- Author:
- Logan Ferree (Tadukoo)
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisabledForegroundPaint(SizablePaint disabledForegroundPaint) Sets the disabled foregroundSizablePaintfor this Component
-
Method Details
-
getDisabledForegroundPaint
SizablePaint getDisabledForegroundPaint()- Returns:
- The
SizablePaintto be used for disabled foreground on this Component
-
setDisabledForegroundPaint
Sets the disabled foregroundSizablePaintfor this Component- Parameters:
disabledForegroundPaint- TheSizablePaintto be used for disabled foreground on this Component
-