| Package | Description |
|---|---|
| net.imglib2.display.screenimage.awt | |
| net.imglib2.img.array | |
| net.imglib2.img.planar | |
| net.imglib2.type.numeric.integer |
| Constructor and Description |
|---|
ShortAWTScreenImage(ShortType type,
ShortArray data,
long[] dim) |
| Constructor and Description |
|---|
ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img) |
| Modifier and Type | Method and Description |
|---|---|
static <A extends ShortAccess> |
ArrayImgs.shorts(A access,
long... dim)
|
static ArrayImg<ShortType,ShortArray> |
ArrayImgs.shorts(long... dim)
|
static ArrayImg<ShortType,ShortArray> |
ArrayImgs.shorts(short[] array,
long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
static PlanarImg<ShortType,ShortArray> |
PlanarImgs.shorts(long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
ShortType |
ShortType.copy() |
ShortType |
ShortType.createVariable() |
ShortType |
ShortType.duplicateTypeOnSameNativeImg() |
| Modifier and Type | Method and Description |
|---|---|
NativeImg<ShortType,? extends ShortAccess> |
ShortType.createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory,
long[] dim) |
| Modifier and Type | Method and Description |
|---|---|
NativeImg<ShortType,? extends ShortAccess> |
ShortType.createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.