public class RawImageData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RawImageData.Mode |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
int |
height |
RawImageData.Mode |
mode |
int |
width |
| Constructor and Description |
|---|
RawImageData() |
| Modifier and Type | Method and Description |
|---|---|
static RawImageData |
createTestImage()
Create a test image.
|
public int width
public int height
public RawImageData.Mode mode
public byte[] data
public static RawImageData createTestImage()
Copyright © 2014 LSST. All rights reserved.