Package org.htmlunit.platform.image
Class NoOpImageData
- java.lang.Object
-
- org.htmlunit.platform.image.NoOpImageData
-
-
Constructor Summary
Constructors Constructor Description NoOpImageData()Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected voidfinalize()IntDimension2DgetWidthHeight()
-
-
-
Method Detail
-
getWidthHeight
public IntDimension2D getWidthHeight() throws java.io.IOException
- Specified by:
getWidthHeightin interfaceImageData- Throws:
java.io.IOException
-
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-