X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FIdCanvas.java;h=513751c12525d9478d4503baa45b4805be232e7c;hb=df27351beb93456a00c6c2ae80ce999749f3b596;hp=b1fbe0846d72ca5744a396eca2125ea4204775e9;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;p=jalview.git diff --git a/src/jalview/gui/IdCanvas.java b/src/jalview/gui/IdCanvas.java index b1fbe08..513751c 100755 --- a/src/jalview/gui/IdCanvas.java +++ b/src/jalview/gui/IdCanvas.java @@ -1,20 +1,19 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4) - * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5) + * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of Jalview. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . */ package jalview.gui; @@ -62,7 +61,7 @@ public class IdCanvas extends JPanel * Creates a new IdCanvas object. * * @param av - * DOCUMENT ME! + * DOCUMENT ME! */ public IdCanvas(AlignViewport av) { @@ -75,15 +74,15 @@ public class IdCanvas extends JPanel * DOCUMENT ME! * * @param gg - * DOCUMENT ME! + * DOCUMENT ME! * @param s - * DOCUMENT ME! + * DOCUMENT ME! * @param i - * DOCUMENT ME! + * DOCUMENT ME! * @param starty - * DOCUMENT ME! + * DOCUMENT ME! * @param ypos - * DOCUMENT ME! + * DOCUMENT ME! */ public void drawIdString(Graphics2D gg, SequenceI s, int i, int starty, int ypos) @@ -135,7 +134,7 @@ public class IdCanvas extends JPanel * DOCUMENT ME! * * @param vertical - * DOCUMENT ME! + * DOCUMENT ME! */ public void fastPaint(int vertical) { @@ -189,7 +188,7 @@ public class IdCanvas extends JPanel * DOCUMENT ME! * * @param g - * DOCUMENT ME! + * DOCUMENT ME! */ public void paintComponent(Graphics g) { @@ -235,9 +234,9 @@ public class IdCanvas extends JPanel * DOCUMENT ME! * * @param starty - * DOCUMENT ME! + * DOCUMENT ME! * @param endy - * DOCUMENT ME! + * DOCUMENT ME! */ void drawIds(int starty, int endy) { @@ -479,7 +478,7 @@ public class IdCanvas extends JPanel * DOCUMENT ME! * * @param found - * DOCUMENT ME! + * DOCUMENT ME! */ public void setHighlighted(java.util.Vector found) {