Class FixedColorProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      FixedColorProvider​(java.awt.Color color)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Color getColor()
      Returns the default color when no component is available.
      protected java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

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

      • FixedColorProvider

        public FixedColorProvider​(java.awt.Color color)
        Constructor.
        Parameters:
        color - the color which this provider will return
    • Method Detail

      • getColor

        public java.awt.Color getColor()
        Description copied from interface: ColorProvider
        Returns the default color when no component is available.
        Specified by:
        getColor in interface ColorProvider
        Overrides:
        getColor in class AbstractColorProvider
        Returns:
        the default color when no component is available
      • readResolve

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