|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColourCommand
Interface for specifying whether a particular pair of residues/bases should be coloured.
This can be independent of the method that chooses which colour.
Example usage: highlight mismatches only.
Primary author - Colin Hardman (CAT) Other authors - Tim Dilks (CAT) Simon Brocklehurst (CAT) Stuart Johnston (CAT) Lawerence Bower (CAT) Derek Crockford (CAT) Neil Benn (CAT) Copyright 2001 Cambridge Antibody Technology Group plc. All Rights Reserved.
This code released to the biojava project, May 2001 under the LGPL license.
Method Summary | |
---|---|
boolean |
isColoured(java.lang.String poFirst,
java.lang.String poSecond)
Returns true if the alignment pair should be coloured else false. |
Method Detail |
---|
boolean isColoured(java.lang.String poFirst, java.lang.String poSecond)
poFirst
- - the first characterpoSecond
- - the second character.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |