X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FComplexAlignFile.java;h=860dfb0cc394015b7268649534278bc9e5993c12;hb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;hp=4ac08cf8b6974884327e77235f9dc4c9aec838de;hpb=db4eacee27b836db4126dca551887bfc6652d72a;p=jalview.git diff --git a/src/jalview/api/ComplexAlignFile.java b/src/jalview/api/ComplexAlignFile.java index 4ac08cf..860dfb0 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-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) + * Copyright (C) 2015 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