public class ARGBScreenImage extends ArrayImg<ARGBType,IntArray> implements AWTScreenImage
| Modifier and Type | Field and Description |
|---|---|
static ColorModel |
ARGB_COLOR_MODEL |
protected int[] |
data |
protected BufferedImage |
image |
entitiesPerPixel, linkedType, numEntitiesdimension, max, n, numPixels| Constructor and Description |
|---|
ARGBScreenImage(int width,
int height) |
ARGBScreenImage(int width,
int height,
int[] data)
Create an
Image with data. |
ARGBScreenImage(int width,
int height,
IntArray data)
Create an
Image with data. |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getData()
The underlying array holding the data.
|
BufferedImage |
image() |
copy, cursor, cursor, factory, iterationOrder, localizingCursor, localizingCursor, randomAccess, randomAccess, subIntervalIterationOrder, supportsOptimizedCursor, updatecreateLinkedType, setLinkedTypedimension, dimensions, firstElement, iterator, max, max, max, min, min, min, numDimensions, numElements, realMax, realMax, realMax, realMin, realMin, realMin, size, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAt, getAt, getAtfirstElement, sizeforEach, iterator, spliteratordimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMinmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMinallPositive, allPositive, dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositivenumDimensionsprotected final int[] data
protected final BufferedImage image
public static final ColorModel ARGB_COLOR_MODEL
public ARGBScreenImage(int width,
int height)
public ARGBScreenImage(int width,
int height,
IntArray data)
public ARGBScreenImage(int width,
int height,
int[] data)
public BufferedImage image()
image in interface AWTScreenImageimage in interface ScreenImage<Image>public int[] getData()
Copyright © 2015–2022 ImgLib2. All rights reserved.