edu.udo.cs.yale.gui.plotter
Class Plot

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList<ColorPlotterPoint>
                  extended by edu.udo.cs.yale.gui.plotter.Plot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<ColorPlotterPoint>, java.util.Collection<ColorPlotterPoint>, java.util.List<ColorPlotterPoint>, java.util.Queue<ColorPlotterPoint>

 class Plot
extends java.util.LinkedList<ColorPlotterPoint>

This collection consists of all ColorPlotterPoints for a plot.

Version:
$Id: Plot.java,v 1.2 2006/08/03 14:39:29 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private static long serialVersionUID
           
private  int styleIndex
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Plot(int styleIndex)
           
 
Method Summary
 PlotterAdapter.LineStyle getLineStyle()
           
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, peek, poll, remove, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

styleIndex

private int styleIndex
Constructor Detail

Plot

public Plot(int styleIndex)
Method Detail

getLineStyle

public PlotterAdapter.LineStyle getLineStyle()


Copyright © 2001-2006