Package org.loboevolution.html.dom
Interface ImageData
- All Known Implementing Classes:
ImageDataImpl
public interface ImageData
The public interface ImageData.
-
Method Summary
-
Method Details
-
getData
Object getData()Gets the data.- Returns:
- the data
-
getHeight
int getHeight()Gets the height.- Returns:
- the height
-
getWidth
int getWidth()Gets the width.- Returns:
- the width
-