Class UnsignedShortAWTScreenImage
java.lang.Object
net.imglib2.img.AbstractImg<T>
net.imglib2.img.AbstractNativeImg<T,A>
net.imglib2.img.array.ArrayImg<T,A>
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
,SubIntervalIterable<UnsignedShortType>
public class UnsignedShortAWTScreenImage
extends ArrayImgAWTScreenImage<UnsignedShortType,ShortArray>
A
AWTScreenImage
that is an
ArrayImg<UnsignedShortType, ShortArray>
.- Author:
- Michael Zinsmaier, Martin Horn, Christian Dietz, Curtis Rueden
-
Field Summary
Fields inherited from class net.imglib2.img.AbstractNativeImg
entitiesPerPixel, linkedType, numEntities
Fields 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, image
Methods inherited from class net.imglib2.img.array.ArrayImg
copy, cursor, cursor, factory, iterationOrder, localizingCursor, localizingCursor, randomAccess, randomAccess, subIntervalIterationOrder, supportsOptimizedCursor, update
Methods inherited from class net.imglib2.img.AbstractNativeImg
createLinkedType, setLinkedType
Methods 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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.imglib2.Dimensions
dimension, dimensions
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensions
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface net.imglib2.IterableRealInterval
firstElement, size
-
Constructor Details
-
UnsignedShortAWTScreenImage
-
UnsignedShortAWTScreenImage
-
-
Method Details
-
createDataBuffer
- Specified by:
createDataBuffer
in classArrayImgAWTScreenImage<UnsignedShortType,
ShortArray>
-