org.jcae.viewer3d.post
Class ArrayTool

java.lang.Object
  extended by org.jcae.viewer3d.post.ArrayTool

public class ArrayTool
extends java.lang.Object


Constructor Summary
ArrayTool(float[] array)
           
 
Method Summary
 float getMax()
           
 float getMin()
           
 float[] getValues()
           
 boolean haveNegativeInfinity()
           
 void logarithm()
           
 void print(java.io.PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTool

public ArrayTool(float[] array)
Method Detail

haveNegativeInfinity

public boolean haveNegativeInfinity()

getMax

public float getMax()

getMin

public float getMin()

logarithm

public void logarithm()

getValues

public float[] getValues()

print

public void print(java.io.PrintStream out)