Package repast.simphony.ui
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
-
Method Details
-
getImage
BufferedImage getImage()Gets a BufferedImage.- Returns:
- a BufferedImage.
-