| 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)  | 
int[] | 
preprocess(RandomAccessInputStream in)
Pre-process the stream to make sure that the
 image width and height are non-zero. 
 | 
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 int[] preprocess(RandomAccessInputStream in)
public byte[] getScanline(int y)
public int getWidth()
public int getHeight()
public void close()
Copyright © 2014 Open Microscopy Environment