X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2FMCview%2FPDBfile.java;h=2c7bd9dbd49205afa07ec946bed02cedea67cd94;hb=6af5ebe6f1879c7b705a42dab3bd51857e4e30b2;hp=1937a8f0aaba0f3eed94408ab8678ad78fe190a8;hpb=99c58ee0ae2a848f982552e53feaf6d5cb9925e5;p=jalview.git diff --git a/src/MCview/PDBfile.java b/src/MCview/PDBfile.java index 1937a8f..2c7bd9d 100755 --- a/src/MCview/PDBfile.java +++ b/src/MCview/PDBfile.java @@ -1,164 +1,211 @@ -/* -* Jalview - A Sequence Alignment Editor and Viewer -* Copyright (C) 2005 AM Waterhouse, J Procter, 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 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. -* -* 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 -*/ - -package MCview; - -import jalview.datamodel.*; -import java.io.*; -import java.net.*; -import java.util.*; - - -public class PDBfile extends jalview.io.FileParse { - - public Vector chains = new Vector(); - - Vector lineArray = new Vector(); - - public PDBfile(String [] lines) - { - for(int i=0; i