Uses of Class
org.peace_tools.data.ESTEntry

Packages that use ESTEntry
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 ESTEntry in org.peace_tools.data
 

Fields in org.peace_tools.data with type parameters of type ESTEntry
private  java.util.ArrayList<ESTEntry> OverlapModel.estEntryList
          The list of EST entry objects encapsulated by this data model.
private  java.util.ArrayList<java.util.ArrayList<ESTEntry>> OverlapModel.estEntryTable
          A table (A sparse 2-dimensional array) of ESTEntries.
 

Methods in org.peace_tools.data that return types with arguments of type ESTEntry
 java.util.ArrayList<ESTEntry> OverlapModel.getRow(int row)
          Obtain the list of EST entries on a given row in the model.
 

Methods in org.peace_tools.data with parameters of type ESTEntry
private  void OverlapModel.addToESTEntryTable(int row, ESTEntry entry)
          Add an entry to the specified row in the estEntryTable.
 

Uses of ESTEntry in org.peace_tools.views.overlap
 

Methods in org.peace_tools.views.overlap with parameters of type ESTEntry
private  void OverlapPanel.paint(java.awt.Graphics main, int row, ESTEntry fragment)
          Helper method to paint a given fragment using a given graphics handle.