Class ShortAWTScreenImage
- 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<ShortType,ShortArray>
-
- net.imglib2.display.screenimage.awt.ShortAWTScreenImage
-
- All Implemented Interfaces:
java.lang.Iterable<ShortType>,Dimensions,AWTScreenImage,ScreenImage<java.awt.Image>,EuclideanSpace,Img<ShortType>,NativeImg<ShortType,ShortArray>,Interval,IterableInterval<ShortType>,IterableRealInterval<ShortType>,RandomAccessible<ShortType>,RandomAccessibleInterval<ShortType>,RealInterval,Typed<ShortType>,SubIntervalIterable<ShortType>
public class ShortAWTScreenImage extends ArrayImgAWTScreenImage<ShortType,ShortArray>
AAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.
-
-
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
Constructors Constructor Description ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img)ShortAWTScreenImage(ShortType type, ShortArray data, long[] dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SignedShortDataBuffercreateDataBuffer(ShortArray data)-
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, localizingSpliterator, randomAccess, randomAccess, spliterator, subIntervalIterationOrder, supportsOptimizedCursor, update
-
Methods inherited from class net.imglib2.img.AbstractNativeImg
createLinkedType, getType, setLinkedType
-
Methods inherited from class net.imglib2.img.AbstractImg
dimension, dimensions, 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
dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint
-
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensions
-
Methods inherited from interface net.imglib2.Interval
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMin
-
Methods inherited from interface net.imglib2.IterableRealInterval
firstElement, getType, iterator, parallelStream, stream
-
Methods inherited from interface net.imglib2.RandomAccessible
getAt, getAt, getAt
-
Methods inherited from interface net.imglib2.RandomAccessibleInterval
size
-
Methods inherited from interface net.imglib2.RealInterval
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
-
-
-
-
Constructor Detail
-
ShortAWTScreenImage
public ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img)
-
ShortAWTScreenImage
public ShortAWTScreenImage(ShortType type, ShortArray data, long[] dim)
-
-
Method Detail
-
createDataBuffer
protected SignedShortDataBuffer createDataBuffer(ShortArray data)
- Specified by:
createDataBufferin classArrayImgAWTScreenImage<ShortType,ShortArray>
-
-