TreeFont added, binding rebuilt
[jalview.git] / src / jalview / binding / JalviewUserColoursItem.java
index ae96562..9c88831 100755 (executable)
@@ -4,24 +4,6 @@
  * Schema.\r
  * $Id$\r
  */\r
-/*\r
-* Jalview - A Sequence Alignment Editor and Viewer\r
-* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
-*\r
-* This program is free software; you can redistribute it and/or\r
-* modify it under the terms of the GNU General Public License\r
-* as published by the Free Software Foundation; either version 2\r
-* of the License, or (at your option) any later version.\r
-*\r
-* This program is distributed in the hope that it will be useful,\r
-* but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-* GNU General Public License for more details.\r
-*\r
-* You should have received a copy of the GNU General Public License\r
-* along with this program; if not, write to the Free Software\r
-* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\r
-*/\r
 package jalview.binding;\r
 \r
 import org.exolab.castor.xml.Marshaller;\r
@@ -38,7 +20,8 @@ import java.io.Serializable;
  *\r
  * @version $Revision$ $Date$\r
  */\r
-public class JalviewUserColoursItem implements java.io.Serializable {\r
+public class JalviewUserColoursItem implements java.io.Serializable\r
+{\r
     //--------------------------/\r
     //- Class/Member Variables -/\r
     //--------------------------/\r
@@ -51,24 +34,35 @@ public class JalviewUserColoursItem implements java.io.Serializable {
     //----------------/\r
     //- Constructors -/\r
     //----------------/\r
-    public JalviewUserColoursItem() {\r
+    public JalviewUserColoursItem()\r
+    {\r
         super();\r
     }\r
-     //-- jalview.binding.JalviewUserColoursItem()\r
- //-----------/\r
 \r
-    public jalview.binding.Colour getColour() {\r
+    //-- jalview.binding.JalviewUserColoursItem()\r
+    //-----------/\r
+\r
+    /**\r
+     * DOCUMENT ME!\r
+     *\r
+     * @return DOCUMENT ME!\r
+     */\r
+    public jalview.binding.Colour getColour()\r
+    {\r
         return this._colour;\r
     }\r
-     //-- jalview.binding.Colour getColour()\r
+\r
+    //-- jalview.binding.Colour getColour() \r
 \r
     /**\r
      * Sets the value of field 'colour'.\r
      *\r
      * @param colour the value of field 'colour'.\r
      */\r
-    public void setColour(jalview.binding.Colour colour) {\r
+    public void setColour(jalview.binding.Colour colour)\r
+    {\r
         this._colour = colour;\r
     }\r
-     //-- void setColour(jalview.binding.Colour)\r
+\r
+    //-- void setColour(jalview.binding.Colour) \r
 }\r