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 Details

    • getSelectPaint

      SizablePaint getSelectPaint()
      Returns:
      The SizablePaint to be used for the select of this Component
    • setSelectPaint

      void setSelectPaint(SizablePaint selectPaint)
      Sets the select SizablePaint for this Component
      Parameters:
      selectPaint - The SizablePaint 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

      void setFocusPaint(SizablePaint focusPaint)
      Sets the focus SizablePaint for this Component
      Parameters:
      focusPaint - The SizablePaint to be used for the focus of this Component