Interface Image

All Known Subinterfaces:
Bitmap

public interface Image
Represents an abstract image type.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the height
    int
    Returns the width
  • Method Details

    • getWidth

      int getWidth()
      Returns the width
    • getHeight

      int getHeight()
      Returns the height