X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbinding%2FJalviewUserColoursItem.java;h=9c88831c09edc35899a0daa17093a25225b862de;hb=7a6d3a8aab4b7ee79a1a45a7793c13fbb01728de;hp=b7abdc500c1c7f26873308ad8fe430f19658e12b;hpb=99c58ee0ae2a848f982552e53feaf6d5cb9925e5;p=jalview.git diff --git a/src/jalview/binding/JalviewUserColoursItem.java b/src/jalview/binding/JalviewUserColoursItem.java index b7abdc5..9c88831 100755 --- a/src/jalview/binding/JalviewUserColoursItem.java +++ b/src/jalview/binding/JalviewUserColoursItem.java @@ -4,46 +4,26 @@ * Schema. * $Id$ */ - -/* -* 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.binding; - //---------------------------------/ - //- Imported classes and packages -/ -//---------------------------------/ - -import java.io.Serializable; import org.exolab.castor.xml.Marshaller; import org.exolab.castor.xml.Unmarshaller; +//---------------------------------/ +//- Imported classes and packages -/ +//---------------------------------/ +import java.io.Serializable; + + /** * Class JalviewUserColoursItem. * * @version $Revision$ $Date$ */ -public class JalviewUserColoursItem implements java.io.Serializable { - - - //--------------------------/ - //- Class/Member Variables -/ +public class JalviewUserColoursItem implements java.io.Serializable +{ + //--------------------------/ + //- Class/Member Variables -/ //--------------------------/ /** @@ -51,30 +31,28 @@ public class JalviewUserColoursItem implements java.io.Serializable { */ private jalview.binding.Colour _colour; - - //----------------/ - //- Constructors -/ //----------------/ - - public JalviewUserColoursItem() { + //- Constructors -/ + //----------------/ + public JalviewUserColoursItem() + { super(); - } //-- jalview.binding.JalviewUserColoursItem() + } - - //-----------/ - //- Methods -/ + //-- jalview.binding.JalviewUserColoursItem() //-----------/ /** - * Returns the value of field 'colour'. + * DOCUMENT ME! * - * @return Colour - * @return the value of field 'colour'. + * @return DOCUMENT ME! */ public jalview.binding.Colour getColour() { return this._colour; - } //-- jalview.binding.Colour getColour() + } + + //-- jalview.binding.Colour getColour() /** * Sets the value of field 'colour'. @@ -84,6 +62,7 @@ public class JalviewUserColoursItem implements java.io.Serializable { public void setColour(jalview.binding.Colour colour) { this._colour = colour; - } //-- void setColour(jalview.binding.Colour) + } + //-- void setColour(jalview.binding.Colour) }