Package org.htmlunit.platform.image
Interface ImageData
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
ImageIOImageData
,NoOpImageData
public interface ImageData extends java.lang.AutoCloseable
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
API of the image support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntDimension2D
getWidthHeight()
-
-
-
Method Detail
-
getWidthHeight
IntDimension2D getWidthHeight() throws java.io.IOException
- Throws:
java.io.IOException
-
-