Interface BackgroundFactoryAccessor<BF extends BackgroundFactory<?>>

Type Parameters:
BF - the generic type of the according BackgroundFactory.
All Known Subinterfaces:
BackgroundFactoryAccessor.BackgroundFactoryProperty<BF>, GraphicalCheckerboardViewer<P,S,IMG,SF,BF,CBV>
All Known Implementing Classes:
AbstractGraphicalCheckerboardViewer

public interface BackgroundFactoryAccessor<BF extends BackgroundFactory<?>>
Provides an accessor for a background factory property.
  • Method Details

    • getBackgroundFactory

      BF getBackgroundFactory()
      Retrieves the background factory from the background factory property.
      Returns:
      The background factory stored by the background factory property.