Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOGGER |
Constructor and Description |
---|
JPEGTileDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getHeight() |
byte[] |
getScanline(int y) |
int |
getWidth() |
void |
initialize(RandomAccessInputStream in,
int imageWidth) |
void |
initialize(RandomAccessInputStream in,
int y,
int h,
int imageWidth) |
void |
initialize(String id,
int imageWidth) |
public void initialize(String id, int imageWidth)
public void initialize(RandomAccessInputStream in, int imageWidth)
public void initialize(RandomAccessInputStream in, int y, int h, int imageWidth)
public byte[] getScanline(int y)
public int getWidth()
public int getHeight()
public void close()
Copyright © 2014 Open Microscopy Environment