public class ImageParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CM_CMYK |
static int |
CM_E_YCC |
static int |
CM_GRAY |
static int |
CM_GRAY_ALPHA |
static int |
CM_S_RGB |
static int |
CM_S_RGBA |
static int |
CM_S_YCC |
static int |
CM_YCCK |
static int |
DEFAULT_TILE_SIZE |
static int |
TYPE_BIT |
| Constructor and Description |
|---|
ImageParameters() |
ImageParameters(int height,
int width,
int bitsPerSample,
int samplesPerPixel,
boolean bigEndian) |
public static final int DEFAULT_TILE_SIZE
public static final int CM_S_RGB
public static final int CM_S_RGBA
public static final int CM_GRAY
public static final int CM_GRAY_ALPHA
public static final int CM_S_YCC
public static final int CM_E_YCC
public static final int CM_YCCK
public static final int CM_CMYK
public static final int TYPE_BIT
Copyright © 2020. All rights reserved.