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:
f3f53bc
)
SetThreshold replaces addGraphLine
author
amwaterhouse
<Andrew Waterhouse>
Wed, 15 Feb 2006 15:21:21 +0000
(15:21 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Wed, 15 Feb 2006 15:21:21 +0000
(15:21 +0000)
src/jalview/io/AnnotationReader.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/AnnotationReader.java
b/src/jalview/io/AnnotationReader.java
index
9c6dc49
..
958aa65
100755
(executable)
--- a/
src/jalview/io/AnnotationReader.java
+++ b/
src/jalview/io/AnnotationReader.java
@@
-262,7
+262,7
@@
public class AnnotationReader
colour = ucs.findColour("A");
\r
}
\r
\r
- annotation.addGraphLine(new GraphLine(value, label, colour));
\r
+ annotation.setThreshold(new GraphLine(value, label, colour));
\r
\r
}
\r
}
\r