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 net.imglib2.type.volatiles -
-
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
Fields in net.imglib2.type.numeric.integer with type parameters of type ShortType Modifier and Type Field Description private static NativeTypeFactory<ShortType,ShortAccess>ShortType. typeFactoryMethods in net.imglib2.type.numeric.integer that return ShortType Modifier and Type Method Description ShortTypeShortType. copy()ShortTypeShortType. createVariable()ShortTypeShortType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type ShortType Modifier and Type Method Description NativeTypeFactory<ShortType,ShortAccess>ShortType. getNativeTypeFactory() -
Uses of ShortType in net.imglib2.type.volatiles
Subclasses of ShortType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileShortType.WrappedShortType
-