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