getColour method added
[jalview.git] / src / MCview / AppletPDBCanvas.java
index 0c7320d..c3ad10e 100755 (executable)
@@ -1144,6 +1144,16 @@ public class AppletPDBCanvas
     repaint();
   }
 
+
+  public Color getColour(int atomIndex, int pdbResNum, String chain, String pdbfile)
+  {
+    return Color.white;
+   // if (!pdbfile.equals(pdbentry.getFile()))
+   //   return null;
+
+    //return new Color(viewer.getAtomArgb(atomIndex));
+  }
+
   public void updateColours(Object source)
   {
     AlignmentPanel ap = (AlignmentPanel) source;