Interface BackgroundFactoryAccessor.BackgroundFactoryMutator<BF extends BackgroundFactory<?,​?>>

Type Parameters:
BF - the generic type
All Known Subinterfaces:
BackgroundFactoryAccessor.BackgroundFactoryProperty<BF>, GraphicalCheckerboardViewer<P,​S,​IMG,​SF,​BF,​CBV>
All Known Implementing Classes:
AbstractGraphicalCheckerboardViewer
Enclosing interface:
BackgroundFactoryAccessor<BF extends BackgroundFactory<?,​?>>

public static interface BackgroundFactoryAccessor.BackgroundFactoryMutator<BF extends BackgroundFactory<?,​?>>
Provides a mutator for a background factory property.
  • Method Summary

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

    • setBackgroundFactory

      void setBackgroundFactory​(BF aBackgroundFactory)
      Sets the background factory for the background factory property.
      Parameters:
      aBackgroundFactory - The background factory to be stored by the background factory property.