Interface BackgroundFactoryAccessor.BackgroundFactoryBuilder<BF extends BackgroundFactory<?,?>,B extends BackgroundFactoryAccessor.BackgroundFactoryBuilder<BF,B>>

    • Method Detail

      • withBackgroundFactory

        B withBackgroundFactory​(BF aBackgroundFactory)
        Sets the background factory for the background factory property.
        Parameters:
        aBackgroundFactory - The background factory to be stored by the background factory property.
        Returns:
        The builder for applying multiple build operations.