JAL-2805 added getter and setter for jalview association to tree frame
[jalview.git] / src / jalview / ext / archaeopteryx / JalviewBinding.java
index 9296583..f7a5bfc 100644 (file)
@@ -353,7 +353,7 @@ public final class JalviewBinding
 
   }
 
-  public List<TreeNodeI> getNodesAboveThreshold(double threshold,
+  public List<TreeNodeI> getNodesAboveThreshold(float threshold,
           TreeNodeI node)
   {
 
@@ -386,7 +386,7 @@ public final class JalviewBinding
    * @return
    */
   private List<TreeNodeI> colourNodesAboveThreshold(
-          List<TreeNodeI> nodeList, double threshold,
+          List<TreeNodeI> nodeList, float threshold,
           TreeNodeI node)
   {