X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FViewStyleI.java;fp=src%2Fjalview%2Fapi%2FViewStyleI.java;h=5dc6526ac2ee050c5c8fdbb86d5d1abba9c4d1e1;hb=e9b0f1619b7b33b9d2ebb3f64d7cefe563c24db8;hp=a348300ce2a355eccbc81fcf30e1d544a431f25f;hpb=7a75c9344b107e95d3f77a89c0dad99b7c222128;p=jalview.git diff --git a/src/jalview/api/ViewStyleI.java b/src/jalview/api/ViewStyleI.java index a348300..5dc6526 100644 --- a/src/jalview/api/ViewStyleI.java +++ b/src/jalview/api/ViewStyleI.java @@ -278,4 +278,16 @@ public interface ViewStyleI * @return */ void setProteinFontAsCdna(boolean b); + + /** + * Set the flag indicating that feature count annotation tracks are to be + * displayed + */ + void setShowSequenceFeatureCounts(boolean show); + + /** + * @return true if feature count annotation tracks are to be displayed + */ + boolean isShowSequenceFeatureCounts(); + }