fr.umlv.lawrence
Class BitmapImageProvider<E>
java.lang.Object
fr.umlv.lawrence.ImageProvider<E>
fr.umlv.lawrence.AbstractImageProvider<E,Image>
fr.umlv.lawrence.BitmapImageProvider<E>
public class BitmapImageProvider<E>
- extends AbstractImageProvider<E,Image>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitmapImageProvider
public BitmapImageProvider()
parse
protected Image parse(URL source)
throws IOException
- Specified by:
parse in class AbstractImageProvider<E,Image>
- Throws:
IOException
render
protected Image render(Image original,
int tileWidth,
int tileHeight)
- Specified by:
render in class AbstractImageProvider<E,Image>