Interface ImageSource
-
- All Known Implementing Classes:
AbstractInputStreamImageSource
,ClasspathImageSource
,FileImageSource
,RenderedImageSource
public interface ImageSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
void
write(java.io.OutputStream outputStream)
-