net.agmodel.imageutil
Interface SerializableImage

All Superinterfaces:
Serializable
All Known Implementing Classes:
PackedImage13, UnpackedImage

public interface SerializableImage
extends Serializable

Title: SerializableImage

Description: BufferedImage encapsulates enough information for image processing and analysis, however, it was not serialized, so can not transfer to and fro. This interface provide an approach to retrieve a BufferedImage from the serialized image

Copyright: Copyright (c) 2002

Company: National Agriculture Research Center


Method Summary
 BufferedImage getBufferedImage()
          retrieve the BufferedImage from a SerializableImage.
 

Method Detail

getBufferedImage

public BufferedImage getBufferedImage()
retrieve the BufferedImage from a SerializableImage.

Returns:
BufferedImage