}\r
Vector colourTable = new Vector();\r
\r
-\r
public ClustalxColourScheme(Vector seqs, int maxWidth)\r
{\r
+ resetClustalX(seqs, maxWidth);\r
+ }\r
+\r
+ public void resetClustalX(Vector seqs, int maxWidth)\r
+ {\r
cons2 = new int[maxWidth][24];\r
- int start = 0, end = maxWidth-1;\r
+ int start = 0;\r
\r
// Initialize the array\r
for (int j=0;j<24;j++)\r
return Color.pink;\r
}\r
\r
- public void setGroupSizeChanged(int i)\r
- {\r
- size = i;\r
- }\r
-\r
public Color findColour(String s, int j)\r
{\r
if( threshold!=0 && !aboveThreshold(s,j))\r