net.compute
Class ComputableCarl
java.lang.Object
net.compute.ComputableCarl
- All Implemented Interfaces:
- java.io.Serializable, ComputableObject
public class ComputableCarl
- extends java.lang.Object
- implements ComputableObject
Created by IntelliJ IDEA.
User: dlyon
Date: Oct 23, 2008
Time: 2:55:30 PM
Copyright DocJava, Inc. 2008
- See Also:
- Serialized Form
Constructor Summary |
ComputableCarl(java.awt.Dimension imageSize,
float t,
java.lang.String fileName)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComputableCarl
public ComputableCarl(java.awt.Dimension imageSize,
float t,
java.lang.String fileName)
getFileName
public java.lang.String getFileName()
compute
public java.io.Serializable compute()
- Specified by:
compute
in interface ComputableObject
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
computeAndDisplayImage
public static void computeAndDisplayImage(java.io.File file,
float t)
throws java.io.IOException
- Throws:
java.io.IOException