Uses of Class
net.imglib2.type.numeric.integer.ShortType
Packages that use ShortType
Package
Description
-
Uses of ShortType in net.imglib2.display.screenimage.awt
Subclasses with type arguments of type ShortType in net.imglib2.display.screenimage.awtModifier and TypeClassDescriptionclassAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.Constructors in net.imglib2.display.screenimage.awt with parameters of type ShortTypeConstructor parameters in net.imglib2.display.screenimage.awt with type arguments of type ShortType -
Uses of ShortType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ShortTypeModifier and TypeMethodDescriptionstatic 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 ShortTypeModifier and TypeMethodDescriptionstatic final PlanarImg<ShortType, ShortArray> PlanarImgs.shorts(long... dim) -
Uses of ShortType in net.imglib2.type.numeric.integer
Subclasses with type arguments of type ShortType in net.imglib2.type.numeric.integerFields in net.imglib2.type.numeric.integer with type parameters of type ShortTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<ShortType, ShortAccess> ShortType.typeFactoryMethods in net.imglib2.type.numeric.integer that return ShortTypeModifier and TypeMethodDescriptionShortType.copy()ShortType.createVariable()ShortType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type ShortType -
Uses of ShortType in net.imglib2.type.volatiles
Subclasses of ShortType in net.imglib2.type.volatilesSubclasses with type arguments of type ShortType in net.imglib2.type.volatiles