Class UnsignedIntAWTScreenImage
java.lang.Object
net.imglib2.img.AbstractImg<UnsignedIntType>
net.imglib2.img.AbstractNativeImg<UnsignedIntType,IntArray>
net.imglib2.img.array.ArrayImg<UnsignedIntType,IntArray>
net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage<UnsignedIntType,IntArray>
net.imglib2.display.screenimage.awt.UnsignedIntAWTScreenImage
- All Implemented Interfaces:
Iterable<UnsignedIntType>,Dimensions,AWTScreenImage,ScreenImage<Image>,EuclideanSpace,Img<UnsignedIntType>,NativeImg<UnsignedIntType,,IntArray> Interval,IterableInterval<UnsignedIntType>,IterableRealInterval<UnsignedIntType>,RandomAccessible<UnsignedIntType>,RandomAccessibleInterval<UnsignedIntType>,RealInterval,SubIntervalIterable<UnsignedIntType>
A
AWTScreenImage that is an ArrayImg<ShortType, ShortArray>.- Author:
- Michael Zinsmaier, Martin Horn, Christian Dietz, Curtis Rueden
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UnsignedIntDataBuffercreateDataBuffer(IntArray data) 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, randomAccess, randomAccess, subIntervalIterationOrder, supportsOptimizedCursor, updateMethods inherited from class net.imglib2.img.AbstractNativeImg
createLinkedType, setLinkedTypeMethods inherited from class net.imglib2.img.AbstractImg
dimension, dimensions, firstElement, iterator, 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
dimension, dimensionsMethods inherited from interface net.imglib2.EuclideanSpace
numDimensionsMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface net.imglib2.IterableRealInterval
firstElement, size
-
Constructor Details
-
UnsignedIntAWTScreenImage
-
UnsignedIntAWTScreenImage
-
-
Method Details
-
createDataBuffer
- Specified by:
createDataBufferin classArrayImgAWTScreenImage<UnsignedIntType,IntArray>
-