com.ngs.image.source
Class PagelessImageIOSource
java.lang.Object
com.ngs.image.ImageSource
com.ngs.image.source.DefaultThumbnailSource
com.ngs.image.source.PagelessSource
com.ngs.image.source.PagelessImageIOSource
public class PagelessImageIOSource
- extends PagelessSource
This Pageless source uses ImageIO to load Images.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagelessImageIOSource
public PagelessImageIOSource(File f)
throws IOException
- Throws:
IOException
PagelessImageIOSource
public PagelessImageIOSource(URL url)
throws IOException
- Throws:
IOException
PagelessImageIOSource
public PagelessImageIOSource(ImageInputStream stream)
throws IOException
- Throws:
IOException
PagelessImageIOSource
public PagelessImageIOSource(InputStream stream)
throws IOException
- Throws:
IOException
getImage
public BufferedImage getImage()
- Specified by:
getImage
in class PagelessSource
getImageName
public String getImageName()
- Description copied from class:
DefaultThumbnailSource
- Implements ImageSource
- Specified by:
getImageName
in class PagelessSource
dispose
public void dispose()
- Description copied from class:
DefaultThumbnailSource
- Implements ImageSource
- Specified by:
dispose
in class PagelessSource