Interface Imageable

All Known Implementing Classes:
ImageableJComponentAdapter

public interface Imageable
Interface for classes that can produce a BufferedImage. For example, an Imageable JPanel would produce a BufferedImage of what that JPanel contains.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a BufferedImage.
  • Method Details

    • getImage

      BufferedImage getImage()
      Gets a BufferedImage.
      Returns:
      a BufferedImage.