Package 

Class GiniColorScheme.TextField.Label

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Color focused
      private final Color unfocused
      private final Color disabled
      private final Color error
    • Method Summary

      Modifier and Type Method Description
      final Color getFocused()
      final Color getUnfocused()
      final Color getDisabled()
      final Color getError()
      • Methods inherited from class java.lang.Object

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

      • GiniColorScheme.TextField.Label

        GiniColorScheme.TextField.Label(Color focused, Color unfocused, Color disabled, Color error)