Class MultiLevelImageSource<T,D>

  • Type Parameters:
    T - the type of things the data is connected to.
    D - the type of objects this image source creates.
    All Implemented Interfaces:
    ImageSource<T,D>


    public class MultiLevelImageSource<T,D>
    extends Object
    implements ImageSource<T,D>
    • Constructor Detail

      • MultiLevelImageSource

        public MultiLevelImageSource(List<ImageSource<T,D>> sources)
    • Method Detail

      • load

        public D load(T thing)