org.freehep.jas.extension.tupleExplorer.plot
Class PlotSet
java.lang.Object
org.freehep.jas.extension.tupleExplorer.plot.PlotSet
public class PlotSet
- extends Object
- Version:
- $Id: PlotSet.java 13893 2011-09-28 23:42:34Z tonyj $
- Author:
- tonyj
Constructor Summary |
PlotSet()
Creates new PlotSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listeners
protected EventListenerList listeners
plots
public List plots
PlotSet
public PlotSet()
- Creates new PlotSet
add
public void add(Plot plot)
remove
public void remove(Plot plot)
getNPlots
public int getNPlots()
getPlot
public Plot getPlot(int index)
indexOf
public int indexOf(Plot plot)
addListDataListener
public void addListDataListener(ListDataListener l)
removeListDataListener
public void removeListDataListener(ListDataListener l)
outOfDatePlots
public Plot[] outOfDatePlots()
Copyright © 2013. All Rights Reserved.