X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FComplexAlignFile.java;h=2bf2782332923a3212a2db88b794d865a63c0554;hb=ff8c06845590fd9fd423aa59809dcce9610ab295;hp=4349382e98f79250a01d1fa23f017e8a944fa860;hpb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;p=jalview.git diff --git a/src/jalview/api/ComplexAlignFile.java b/src/jalview/api/ComplexAlignFile.java index 4349382..2bf2782 100644 --- a/src/jalview/api/ComplexAlignFile.java +++ b/src/jalview/api/ComplexAlignFile.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -22,7 +22,6 @@ package jalview.api; import jalview.datamodel.ColumnSelection; import jalview.datamodel.SequenceI; -import jalview.schemes.ColourSchemeI; /** * This interface should be implemented by complex file parser with the ability @@ -44,7 +43,7 @@ public interface ComplexAlignFile * * @return */ - public ColourSchemeI getColourScheme(); + public String getGlobalColourScheme(); /** * Retrieves the Column selection/hidden column from a complex file parser