Package com.macrofocus.high_d.clustering
Interface Clustering<Component,Color,Row,Column>
-
- All Known Implementing Classes:
AbstractClustering
,SwingClustering
public interface Clustering<Component,Color,Row,Column>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Component
getNativeComponent()
void
setModel(HighDFactory factory)
-
-
-
Method Detail
-
setModel
void setModel(HighDFactory factory)
-
getNativeComponent
Component getNativeComponent()
-
-