Package adams.data.conversion
Interface BufferedImageToOtherFormatConversion
-
- All Superinterfaces:
CleanUpHandler,Conversion,QuickInfoSupporter,Serializable,Stoppable
- All Known Implementing Classes:
BufferedImageToBoofCV,BufferedImageToBufferedImage
public interface BufferedImageToOtherFormatConversion extends Conversion
Indicator interface for conversion that convert aBufferedImageContainerinto another format.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface adams.core.CleanUpHandler
cleanUp
-
Methods inherited from interface adams.data.conversion.Conversion
accepts, convert, generates, getInput, getInput, getOutput, getOutput, getOwner, setInput, setOwner
-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
Methods inherited from interface adams.core.Stoppable
stopExecution
-
-