'STRAP:multiple sequence alignments '

charite.christo
Interface PaintHook

All Known Implementing Classes:
ChJmol, ChJScrollPane, ChRenderer, ChTableLayout, ChTabPane, ChTextComponents, DAS, DialogAlignResult, DialogDotPlot, DialogSuperimpose3DResult, IntermediateSeqPair, Protein3d, StrapDAS, StrapHotswap, StrapView, V3dUtils

public interface PaintHook


Method Summary
 boolean paintHook(javax.swing.JComponent c, java.awt.Graphics g, boolean after)
           
 

Method Detail

paintHook

boolean paintHook(javax.swing.JComponent c,
                  java.awt.Graphics g,
                  boolean after)
Parameters:
after - This method is called once before and once after super.paintComponent.
Returns:
means do not call super.paintComponent

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'