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 intgetHeight()intgetWidth()voidwrite(java.io.OutputStream outputStream)
-