Interface ImageData

All Known Implementing Classes:
ImageDataImpl

public interface ImageData
The public interface ImageData.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the data.
    int
    Gets the height.
    int
    Gets the width.
  • 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