de.lmu.ifi.dbs.elki.result
Interface PixmapResult

All Superinterfaces:
Result
All Known Implementing Classes:
ComputeSimilarityMatrixImage.SimilarityMatrix

public interface PixmapResult
extends Result

Result encapsulating a single image.


Method Summary
 File getAsFile()
          Get the image result as file (usually a temporary file).
 RenderedImage getImage()
          Get the image pixmap
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result
getLongName, getShortName
 

Method Detail

getImage

RenderedImage getImage()
Get the image pixmap

Returns:
the image pixmap

getAsFile

File getAsFile()
Get the image result as file (usually a temporary file).

Returns:
Image file

Release 0.4.0 (2011-09-20_1324)