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:
2e4078e
)
Threshold is a single element
author
amwaterhouse
<Andrew Waterhouse>
Wed, 15 Feb 2006 15:21:45 +0000
(15:21 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Wed, 15 Feb 2006 15:21:45 +0000
(15:21 +0000)
src/jalview/schemes/AnnotationColourGradient.java
patch
|
blob
|
history
diff --git
a/src/jalview/schemes/AnnotationColourGradient.java
b/src/jalview/schemes/AnnotationColourGradient.java
index
5825612
..
433af79
100755
(executable)
--- a/
src/jalview/schemes/AnnotationColourGradient.java
+++ b/
src/jalview/schemes/AnnotationColourGradient.java
@@
-46,8
+46,8
@@
public class AnnotationColourGradient extends ResidueColourScheme
\r
aboveAnnotationThreshold = aboveThreshold;
\r
\r
- if(aboveThreshold!=NO_THRESHOLD && annotation.graphLines!=null)
\r
- annotationThreshold = annotation.getGraphLine(0);
\r
+ if(aboveThreshold!=NO_THRESHOLD && annotation.threshold!=null)
\r
+ annotationThreshold = annotation.threshold;
\r
\r
r1 = minColour.getRed();
\r
g1 = minColour.getGreen();
\r