X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FZappoColourScheme.java;h=4f5c42ad570340799b4a9fb6efd76728d671da9e;hb=f016dfe567351051121cb0a7717ffa8f10f7625b;hp=7cb232790b30209aa95a4179a825c72ac39a700d;hpb=66b1bf1a6480b320ddaa00d4f5e70b2051041c11;p=jalview.git diff --git a/src/jalview/schemes/ZappoColourScheme.java b/src/jalview/schemes/ZappoColourScheme.java index 7cb2327..4f5c42a 100755 --- a/src/jalview/schemes/ZappoColourScheme.java +++ b/src/jalview/schemes/ZappoColourScheme.java @@ -1,8 +1,37 @@ +/* +* 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 jalview.schemes; -public class ZappoColourScheme extends ResidueColourScheme { - public ZappoColourScheme() { - super(ResidueProperties.color,0); - } +/** + * DOCUMENT ME! + * + * @author $author$ + * @version $Revision$ + */ +public class ZappoColourScheme extends ResidueColourScheme +{ + /** + * Creates a new ZappoColourScheme object. + */ + public ZappoColourScheme() + { + super(ResidueProperties.color, 0); + } }