git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9360a79
)
no need to send sequence to determine residue colour
author
amwaterhouse
<Andrew Waterhouse>
Wed, 15 Dec 2004 17:28:54 +0000
(17:28 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Wed, 15 Dec 2004 17:28:54 +0000
(17:28 +0000)
src/jalview/schemes/ColourSchemeI.java
patch
|
blob
|
history
diff --git
a/src/jalview/schemes/ColourSchemeI.java
b/src/jalview/schemes/ColourSchemeI.java
index
8835680
..
d82e5f5
100755
(executable)
--- a/
src/jalview/schemes/ColourSchemeI.java
+++ b/
src/jalview/schemes/ColourSchemeI.java
@@
-7,8
+7,7
@@
import java.util.*;
public interface ColourSchemeI
\r
{
\r
public Color findColour(String aa);
\r
- public Color findColour(SequenceI seq, String s,int j, Vector aa);
\r
-
\r
+ public Color findColour(String s,int j, Vector aa);
\r
public boolean canThreshold();
\r
public boolean isUserDefinable();
\r
}
\r