public class AWTScreenImageUtil extends Object
AWTScreenImages.
TODO: Add convenience methods to render RandomAccessibleIntervals.| Constructor and Description |
|---|
AWTScreenImageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends NativeType<T>> |
emptyScreenImage(T type,
long[] dims)
Get an appropriate
AWTScreenImage given a type and the
dimensionality of the incoming image. |
public static <T extends NativeType<T>> ArrayImgAWTScreenImage<T,?> emptyScreenImage(T type, long[] dims)
AWTScreenImage given a type and the
dimensionality of the incoming image.
Only the first two dimensions of the long[] dims are considered.
TODO: review if this is really the only solution to get it running with jenkins javac.type - type used to create empty AWTScreenImagedims - dimensions of the resulting ArrayImgAWTScreenImageCopyright © 2015–2022 ImgLib2. All rights reserved.