|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OverlapModel | |
---|---|
org.peace_tools.data | Contains the classes that provide data for the various views in the GUI. |
org.peace_tools.views.overlap | Contains the classes that provide a custom overlap view of clusters. |
Uses of OverlapModel in org.peace_tools.data |
---|
Methods in org.peace_tools.data that return OverlapModel | |
---|---|
static OverlapModel |
OverlapModel.create(ClusterFile clusters,
ESTList ests,
MST mst,
MSTClusterData wsEntry)
The constructor. |
Uses of OverlapModel in org.peace_tools.views.overlap |
---|
Fields in org.peace_tools.views.overlap declared as OverlapModel | |
---|---|
private OverlapModel |
ClusterList.overlapModel
The OverlapModel that provides the necessary information for rendering the core information required by this panel. |
private OverlapModel |
OverlapPanel.overlapModel
The OverlapModel that provides the necessary information for rendering the core information required by this panel. |
private OverlapModel |
OverlapView.pam
The PreAlignmentModel that provides the necessary information for rendering the core information required for this view. |
Constructors in org.peace_tools.views.overlap with parameters of type OverlapModel | |
---|---|
ClusterList(OverlapModel overlapModel,
ClusterColorMapper colorMapper,
javax.swing.JComponent owner)
The default constructor. |
|
OverlapPanel(OverlapModel overlapModel,
ClusterColorMapper colorMapper,
double rowScale,
double colScale)
The only constructor. |
|
OverlapView(MainFrame frame,
OverlapModel pam,
ClusterFile clusterFile)
The default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |