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

Type Parameters:
BF - the generic type
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
GraphicalCheckerboardViewer<P,S,IMG,SF,BF,CBV>
All Known Implementing Classes:
AbstractGraphicalCheckerboardViewer
Enclosing interface:
BackgroundFactoryAccessor<BF extends BackgroundFactory<?>>

public static interface BackgroundFactoryAccessor.BackgroundFactoryBuilder<BF extends BackgroundFactory<?>,B extends BackgroundFactoryAccessor.BackgroundFactoryBuilder<BF,B>>
Provides a builder method for a background factory property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withBackgroundFactory(BF aBackgroundFactory)
    Sets the background factory for the background factory property.
  • Method Details

    • 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.