Interface SpriteFactory<IMG,S,CBV extends CheckerboardViewer<?,S,? extends CBV>>

Type Parameters:
IMG - the generic type of the "Sprite" being create. It may be of an image type or even of type Character, depending on the desired output device.
S - the generic type of the status for which to generate a Sprite.
CBV - the generic type for the actual CheckerboardViewer being used.
All Superinterfaces:
org.refcodes.factory.ContextLookupFactory<IMG,S,CBV>
All Known Subinterfaces:
ConsoleSpriteFactory<S>

public interface SpriteFactory<IMG,S,CBV extends CheckerboardViewer<?,S,? extends CBV>> extends org.refcodes.factory.ContextLookupFactory<IMG,S,CBV>
A factory for creating Sprite objects.
Author:
steiner
  • Method Summary

    Methods inherited from interface org.refcodes.factory.ContextLookupFactory

    createInstance, createInstance