edu.iris.Fissures
Class Plottable

java.lang.Object
  extended by edu.iris.Fissures.Plottable
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class Plottable
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Holds a pixel-ated timeseries or any type of line to be plotted on a display.

See Also:
Serialized Form

Field Summary
 int[] x_coor
           
 int[] y_coor
           
 
Constructor Summary
Plottable()
           
Plottable(int[] x_coor, int[] y_coor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x_coor

public int[] x_coor

y_coor

public int[] y_coor
Constructor Detail

Plottable

public Plottable()

Plottable

public Plottable(int[] x_coor,
                 int[] y_coor)