Facemorph.DataBase.TemparyFiles
Class FloatImageStub

java.lang.Object
  extended by Facemorph.DataBase.TemparyFiles.Stub
      extended by Facemorph.DataBase.TemparyFiles.FloatImageStub
All Implemented Interfaces:
java.util.Comparator<Stub>

public class FloatImageStub
extends Stub


Constructor Summary
FloatImageStub(FloatImage object)
          Create a Stub for the cache system using the specified object.
 
Method Summary
 FloatImage get()
           
 void update(FloatImage object)
           
 
Methods inherited from class Facemorph.DataBase.TemparyFiles.Stub
compare, finalize, getFile, getID, remove, setCacheHandler
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

FloatImageStub

public FloatImageStub(FloatImage object)
Create a Stub for the cache system using the specified object.

Parameters:
object - object to use in the caching system.
Method Detail

update

public void update(FloatImage object)

get

public FloatImage get()