Class BackgroundColorProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Color getColor​(java.awt.Component component)
      Returns the color obtained from the given component.
      protected java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

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

      • getColor

        public java.awt.Color getColor​(java.awt.Component component)
        Description copied from interface: ColorProvider
        Returns the color obtained from the given component.
        Specified by:
        getColor in interface ColorProvider
        Overrides:
        getColor in class AbstractColorProvider
        Parameters:
        component - the component
        Returns:
        the color obtained from the given component
      • readResolve

        protected java.lang.Object readResolve()
                                        throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException