send SequenceGroup to renderer
authoramwaterhouse <Andrew Waterhouse>
Fri, 3 Dec 2004 16:30:17 +0000 (16:30 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 3 Dec 2004 16:30:17 +0000 (16:30 +0000)
src/jalview/gui/RendererI.java

index 6c325fa..8582cf9 100755 (executable)
@@ -7,8 +7,9 @@ import java.util.*;
 \r
 public interface RendererI {\r
 \r
+\r
     public Color getResidueBoxColour(ColourSchemeI cs, SequenceI seq, int i);\r
 \r
-    public void drawSequence(Graphics g,ColourSchemeI cs,SequenceI seq,int start, int end, int x1, int y1, double width, int  height,boolean showScores, boolean displayBoxes, boolean displayText,boolean colourText, Vector pid, int seqnum);\r
+    public void drawSequence(Graphics g,SequenceI seq,SequenceGroup sg, int start, int end, int x1, int y1, int width, int height, Vector pid, int seqnum);\r
 \r
 }\r