public class lwfDecoder extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | IS_STUB | 
| Constructor and Description | 
|---|
| lwfDecoder(InputStream stream,
          String password,
          String licenseCode) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | decodeToMemoryGray16(short[] image,
                    int imageoffset,
                    int limit,
                    int quality,
                    int scale,
                    int pdx,
                    int pdy,
                    int clip_x,
                    int clip_y,
                    int clip_w,
                    int clip_h) | 
| void | decodeToMemoryGray8(byte[] image,
                   int limit,
                   int quality,
                   int scale) | 
| int | getHeight() | 
| int | getWidth() | 
public static final boolean IS_STUB
public lwfDecoder(InputStream stream, String password, String licenseCode) throws IOException, SecurityException
stream - password - licenseCode - IOExceptionSecurityExceptionpublic int getWidth()
public int getHeight()
public void decodeToMemoryGray8(byte[] image,
                       int limit,
                       int quality,
                       int scale)
                         throws SecurityException
image - limit - quality - scale - SecurityExceptionpublic void decodeToMemoryGray16(short[] image,
                        int imageoffset,
                        int limit,
                        int quality,
                        int scale,
                        int pdx,
                        int pdy,
                        int clip_x,
                        int clip_y,
                        int clip_w,
                        int clip_h)
                          throws SecurityException
image - imageoffset - limit - quality - scale - pdx - pdy - clip_x - clip_y - clip_w - clip_h - SecurityExceptionCopyright © 2014 Open Microscopy Environment