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 Details

    • getDisabledForegroundPaint

      SizablePaint getDisabledForegroundPaint()
      Returns:
      The SizablePaint to be used for disabled foreground on this Component
    • setDisabledForegroundPaint

      void setDisabledForegroundPaint(SizablePaint disabledForegroundPaint)
      Sets the disabled foreground SizablePaint for this Component
      Parameters:
      disabledForegroundPaint - The SizablePaint to be used for disabled foreground on this Component