|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.Plottable
public final class Plottable
Holds a pixel-ated timeseries or any type of line to be plotted on a display.
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 |
---|
public int[] x_coor
public int[] y_coor
Constructor Detail |
---|
public Plottable()
public Plottable(int[] x_coor, int[] y_coor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |