Class UILibraryHelper.TintableBinding

  • All Implemented Interfaces:
    Tintable
    Enclosing class:
    UILibraryHelper

    public static class UILibraryHelper.TintableBinding
    extends java.lang.Object
    implements Tintable
    Support class used to implement the binding of HSBPanels to tint settings in the uibindings library.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float b  
      float h  
      float s  
    • Constructor Summary

      Constructors 
      Constructor Description
      TintableBinding​(java.lang.Runnable callAfterWrite)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[] getTint()  
      void setTint​(float hueShift, float saturation, float brightness)  
      • Methods inherited from class java.lang.Object

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

      • h

        public float h
      • s

        public float s
      • b

        public float b
    • Constructor Detail

      • TintableBinding

        public TintableBinding​(java.lang.Runnable callAfterWrite)
    • Method Detail

      • getTint

        public float[] getTint()
        Specified by:
        getTint in interface Tintable
      • setTint

        public void setTint​(float hueShift,
                            float saturation,
                            float brightness)
        Specified by:
        setTint in interface Tintable