Package 

Class ColorStyle

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class ColorStyle.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Color active
      private Color passive
      private Color error
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorStyle(Color activeColor, Color passiveColor, Color errorColor)
      ColorStyle()
    • Method Summary

      Modifier and Type Method Description
      final Color getActive()
      final Unit setActive(Color active)
      final Color getPassive()
      final Unit setPassive(Color passive)
      final Color getError()
      final Unit setError(Color error)
      • Methods inherited from class java.lang.Object

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

      • ColorStyle

        ColorStyle(Color activeColor, Color passiveColor, Color errorColor)
      • ColorStyle

        ColorStyle()