Uses of Class
net.imglib2.blocks.Extension.Type
-
Packages that use Extension.Type Package Description net.imglib2.blocks -
-
Uses of Extension.Type in net.imglib2.blocks
Fields in net.imglib2.blocks declared as Extension.Type Modifier and Type Field Description private Extension.TypeExtensionImpl.DefaultExtension. typeMethods in net.imglib2.blocks that return Extension.Type Modifier and Type Method Description Extension.TypeExtension. type()Extension.TypeExtensionImpl.DefaultExtension. type()static Extension.TypeExtension.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Extension.Type[]Extension.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.imglib2.blocks with parameters of type Extension.Type Constructor Description DefaultExtension(Extension.Type type)
-