Uses of Class
net.imglib2.type.numeric.integer.ShortType
-
Packages that use ShortType Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.integer -
-
Uses of ShortType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type ShortType Constructor Description ShortAWTScreenImage(ShortType type, ShortArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type ShortType Constructor Description ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img)
-
Uses of ShortType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ShortType Modifier and Type Method Description static ArrayImg<ShortType,ShortArray>
ArrayImgs. shorts(long... dim)
static ArrayImg<ShortType,ShortArray>
ArrayImgs. shorts(short[] array, long... dim)
static <A extends ShortAccess>
ArrayImg<ShortType,A>ArrayImgs. shorts(A access, long... dim)
-
Uses of ShortType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ShortType Modifier and Type Method Description static PlanarImg<ShortType,ShortArray>
PlanarImgs. shorts(long... dim)
-
Uses of ShortType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return ShortType Modifier and Type Method Description ShortType
ShortType. copy()
ShortType
ShortType. createVariable()
ShortType
ShortType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type ShortType Modifier and Type Method Description NativeImg<ShortType,? extends ShortAccess>
ShortType. createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory, long[] dim)
Method parameters in net.imglib2.type.numeric.integer with type arguments of type ShortType Modifier and Type Method Description NativeImg<ShortType,? extends ShortAccess>
ShortType. createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory, long[] dim)
-