public interface ImageTiler
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompleteImage() |
Object |
getTile(int[] corners,
int[] lengths) |
void |
getTile(Object array,
int[] corners,
int[] lengths) |
Object getCompleteImage() throws IOException
IOExceptionObject getTile(int[] corners, int[] lengths) throws IOException
IOExceptionvoid getTile(Object array, int[] corners, int[] lengths) throws IOException
IOExceptionCopyright © 1996–2016 nom-tam-fits. All rights reserved.