org.jcae.viewer3d.fd.sd
Class Jqf02File

java.lang.Object
  extended by org.jcae.viewer3d.fd.sd.Jqf02File

public class Jqf02File
extends java.lang.Object


Constructor Summary
Jqf02File()
          Creates a new instance of Jqf02File
 
Method Summary
 float[] getIterations()
           
 float getMaxValue()
          return the maximum value read by the last readValue() call
 float getMinValue()
          return the minimum value read by the last readValue() call
 void init(java.io.File file)
          Creates a new instance of Jqf02File
 void readValue(int iteration, java.util.List<Plate> plates, int valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jqf02File

public Jqf02File()
Creates a new instance of Jqf02File

Method Detail

getIterations

public float[] getIterations()

getMinValue

public float getMinValue()
return the minimum value read by the last readValue() call


getMaxValue

public float getMaxValue()
return the maximum value read by the last readValue() call


readValue

public void readValue(int iteration,
                      java.util.List<Plate> plates,
                      int valueType)
               throws java.io.IOException
Throws:
java.io.IOException

init

public void init(java.io.File file)
          throws java.io.IOException
Creates a new instance of Jqf02File

Throws:
java.io.IOException