Package 

Class GiniColorScheme.Checkbox.Checkmark

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Color checked
      private final Color unchecked
      private final Color disabled
    • Method Summary

      Modifier and Type Method Description
      final Color getChecked()
      final Color getUnchecked()
      final Color getDisabled()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GiniColorScheme.Checkbox.Checkmark

        GiniColorScheme.Checkbox.Checkmark(Color checked, Color unchecked, Color disabled)