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 TypeMethodDescriptionvoid
setDisabledForegroundPaint
(SizablePaint disabledForegroundPaint) Sets the disabled foregroundSizablePaint
for this Component
-
Method Details
-
getDisabledForegroundPaint
SizablePaint getDisabledForegroundPaint()- Returns:
- The
SizablePaint
to be used for disabled foreground on this Component
-
setDisabledForegroundPaint
Sets the disabled foregroundSizablePaint
for this Component- Parameters:
disabledForegroundPaint
- TheSizablePaint
to be used for disabled foreground on this Component
-