net.sf.j3d.util
Class Graph

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by net.sf.j3d.util.Graph
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class Graph
extends ArrayList

Author:
Mike Murray
See Also:
Serialized Form

Constructor Summary
Graph()
           
Graph(int max)
           
 
Method Summary
 void addEntry(double a)
           
 void addMessage(String msg)
           
 void print(StringBuffer buf)
           
 void setDivisions(int i)
           
 void setScale(double d)
           
 void storeValues(File f)
           
 String toString()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

Graph

public Graph()

Graph

public Graph(int max)
Method Detail

addEntry

public void addEntry(double a)

addMessage

public void addMessage(String msg)

setScale

public void setScale(double d)

setDivisions

public void setDivisions(int i)

print

public void print(StringBuffer buf)

toString

public String toString()
Overrides:
toString in class AbstractCollection

storeValues

public void storeValues(File f)
                 throws IOException
Throws:
IOException