org.freehep.jas.extension.tupleExplorer.plot
Class PlotSet

java.lang.Object
  extended by 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

Field Summary
protected  EventListenerList listeners
           
 List plots
           
 
Constructor Summary
PlotSet()
          Creates new PlotSet
 
Method Summary
 void add(Plot plot)
           
 void addListDataListener(ListDataListener l)
           
 int getNPlots()
           
 Plot getPlot(int index)
           
 int indexOf(Plot plot)
           
 Plot[] outOfDatePlots()
           
 void remove(Plot plot)
           
 void removeListDataListener(ListDataListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listeners

protected EventListenerList listeners

plots

public List plots
Constructor Detail

PlotSet

public PlotSet()
Creates new PlotSet

Method Detail

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.