|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectview.DataTransfer
public class DataTransfer
A transfer class to allow deleting and redeeiming of data points in a
JDataCanvas
| Field Summary | |
|---|---|
private int |
index
The index where this data point was located. |
private DataCard |
point
The data point in user space. |
| Constructor Summary | |
|---|---|
DataTransfer(DataCard release,
int i0)
Constructs a new data transfer object. |
|
| Method Summary | |
|---|---|
int |
getIndex()
Get the index. |
DataCard |
getPoint()
Get the data card. |
static List<DataCard> |
strip(List<DataTransfer> moved)
Stripps the data transfer object from their index information, returning a list of data cards. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private DataCard point
private int index
| Constructor Detail |
|---|
public DataTransfer(DataCard release,
int i0)
| Method Detail |
|---|
public int getIndex()
public DataCard getPoint()
public static List<DataCard> strip(List<DataTransfer> moved)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||