Package net.imglib2.blocks
Class ExtensionImpl.UnknownExtension<T,F>
- java.lang.Object
-
- net.imglib2.blocks.ExtensionImpl.DefaultExtension
-
- net.imglib2.blocks.ExtensionImpl.UnknownExtension<T,F>
-
- All Implemented Interfaces:
Extension
- Enclosing class:
- ExtensionImpl
static class ExtensionImpl.UnknownExtension<T,F> extends ExtensionImpl.DefaultExtension
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.imglib2.blocks.Extension
Extension.Type
-
-
Field Summary
Fields Modifier and Type Field Description private OutOfBoundsFactory<T,F>oobFactory
-
Constructor Summary
Constructors Constructor Description UnknownExtension(OutOfBoundsFactory<T,F> oobFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutOfBoundsFactory<T,F>getOobFactory()java.lang.StringtoString()-
Methods inherited from class net.imglib2.blocks.ExtensionImpl.DefaultExtension
type
-
-
-
-
Field Detail
-
oobFactory
private final OutOfBoundsFactory<T,F> oobFactory
-
-
Constructor Detail
-
UnknownExtension
UnknownExtension(OutOfBoundsFactory<T,F> oobFactory)
-
-
Method Detail
-
getOobFactory
public OutOfBoundsFactory<T,F> getOobFactory()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classExtensionImpl.DefaultExtension
-
-