Package net.imglib2.view.composite
Class GenericComposite.Factory<T>
- java.lang.Object
-
- net.imglib2.view.composite.GenericComposite.Factory<T>
-
- All Implemented Interfaces:
CompositeFactory<T,GenericComposite<T>>
- Enclosing class:
- GenericComposite<T>
public static class GenericComposite.Factory<T> extends java.lang.Object implements CompositeFactory<T,GenericComposite<T>>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericComposite<T>
create(RandomAccess<T> sourceAccess)
-
-
-
Method Detail
-
create
public GenericComposite<T> create(RandomAccess<T> sourceAccess)
- Specified by:
create
in interfaceCompositeFactory<T,GenericComposite<T>>
-
-