Class UnsignedShortAWTScreenImage
java.lang.Object
net.imglib2.img.AbstractImg<UnsignedShortType>
net.imglib2.img.AbstractNativeImg<UnsignedShortType,ShortArray>
net.imglib2.img.array.ArrayImg<UnsignedShortType,ShortArray>
net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage<UnsignedShortType,ShortArray>
net.imglib2.display.screenimage.awt.UnsignedShortAWTScreenImage
- All Implemented Interfaces:
Iterable<UnsignedShortType>,Dimensions,AWTScreenImage,ScreenImage<Image>,EuclideanSpace,Img<UnsignedShortType>,NativeImg<UnsignedShortType,,ShortArray> Interval,IterableInterval<UnsignedShortType>,IterableRealInterval<UnsignedShortType>,RandomAccessible<UnsignedShortType>,RandomAccessibleInterval<UnsignedShortType>,RealInterval,Typed<UnsignedShortType>,SubIntervalIterable<UnsignedShortType>
public class UnsignedShortAWTScreenImage
extends ArrayImgAWTScreenImage<UnsignedShortType,ShortArray>
A
AWTScreenImage that is an
ArrayImg<UnsignedShortType, ShortArray>.-
Field Summary
Fields inherited from class net.imglib2.img.AbstractNativeImg
entitiesPerPixel, linkedType, numEntitiesFields inherited from class net.imglib2.img.AbstractImg
dimension, max, n, numPixels -
Constructor Summary
ConstructorsConstructorDescriptionUnsignedShortAWTScreenImage(UnsignedShortType type, ShortArray data, long[] dim) -
Method Summary
Methods inherited from class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
getBitsPerPixel, imageMethods inherited from class net.imglib2.img.array.ArrayImg
copy, cursor, cursor, factory, iterationOrder, localizingCursor, localizingCursor, localizingSpliterator, randomAccess, randomAccess, spliterator, subIntervalIterationOrder, supportsOptimizedCursor, updateMethods inherited from class net.imglib2.img.AbstractNativeImg
createLinkedType, getType, setLinkedTypeMethods inherited from class net.imglib2.img.AbstractImg
dimension, dimensions, max, max, max, min, min, min, numDimensions, numElements, realMax, realMax, realMax, realMin, realMin, realMin, size, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.imglib2.Dimensions
dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPointMethods inherited from interface net.imglib2.EuclideanSpace
numDimensionsMethods inherited from interface net.imglib2.Interval
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMinMethods inherited from interface net.imglib2.IterableRealInterval
firstElement, getType, iterator, parallelStream, streamMethods inherited from interface net.imglib2.RandomAccessible
getAt, getAt, getAtMethods inherited from interface net.imglib2.RandomAccessibleInterval
sizeMethods inherited from interface net.imglib2.RealInterval
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
-
Constructor Details
-
UnsignedShortAWTScreenImage
-
UnsignedShortAWTScreenImage
-
-
Method Details
-
createDataBuffer
- Specified by:
createDataBufferin classArrayImgAWTScreenImage<UnsignedShortType,ShortArray>
-