Package com.macrofocus.high_d.mds
Interface MutableMDSModel
- All Superinterfaces:
MDSModel
- All Known Subinterfaces:
SammonModel
- All Known Implementing Classes:
SimpleSammonModel
,SimpleTSNEModel
-
Method Summary
Methods inherited from interface com.macrofocus.high_d.mds.MDSModel
getColumnCount, getRowCount, getX, getY, isAvailable
-
Method Details
-
setX
void setX(int row, double x) -
setY
void setY(int row, double y)
-