From: kjvdheide Date: Thu, 16 Nov 2017 12:12:48 +0000 (+0000) Subject: JAL-2805 made needed color set methods public X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=eb22dac14771c467104f57362e3a624d0140f897;p=jalview.git JAL-2805 made needed color set methods public --- diff --git a/forester/java/src/org/forester/archaeopteryx/TreeColorSet.java b/forester/java/src/org/forester/archaeopteryx/TreeColorSet.java index 56c2cc1..9ab1846 100644 --- a/forester/java/src/org/forester/archaeopteryx/TreeColorSet.java +++ b/forester/java/src/org/forester/archaeopteryx/TreeColorSet.java @@ -384,7 +384,7 @@ public final class TreeColorSet { return box_color; } - Color getBranchColor() { + public Color getBranchColor() { return branch_color; } @@ -424,15 +424,15 @@ public final class TreeColorSet { return duplication_or_specation_color; } - Color getFoundColor0() { + public Color getFoundColor0() { return found_color_0; } - Color getFoundColor0and1() { + public Color getFoundColor0and1() { return found_color_0_and_1; } - Color getFoundColor1() { + public Color getFoundColor1() { return found_color_1; }