TreeFont added, binding rebuilt
[jalview.git] / src / jalview / binding / JalviewUserColoursItem.java
index b7abdc5..9c88831 100755 (executable)
@@ -4,46 +4,26 @@
  * Schema.\r
  * $Id$\r
  */\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
-\r
 package jalview.binding;\r
 \r
-  //---------------------------------/\r
- //- Imported classes and packages -/\r
-//---------------------------------/\r
-\r
-import java.io.Serializable;\r
 import org.exolab.castor.xml.Marshaller;\r
 import org.exolab.castor.xml.Unmarshaller;\r
 \r
+//---------------------------------/\r
+//- Imported classes and packages -/\r
+//---------------------------------/\r
+import java.io.Serializable;\r
+\r
+\r
 /**\r
  * Class JalviewUserColoursItem.\r
  *\r
  * @version $Revision$ $Date$\r
  */\r
-public class JalviewUserColoursItem implements java.io.Serializable {\r
-\r
-\r
-      //--------------------------/\r
-     //- Class/Member Variables -/\r
+public class JalviewUserColoursItem implements java.io.Serializable\r
+{\r
+    //--------------------------/\r
+    //- Class/Member Variables -/\r
     //--------------------------/\r
 \r
     /**\r
@@ -51,30 +31,28 @@ public class JalviewUserColoursItem implements java.io.Serializable {
      */\r
     private jalview.binding.Colour _colour;\r
 \r
-\r
-      //----------------/\r
-     //- Constructors -/\r
     //----------------/\r
-\r
-    public JalviewUserColoursItem() {\r
+    //- Constructors -/\r
+    //----------------/\r
+    public JalviewUserColoursItem()\r
+    {\r
         super();\r
-    } //-- jalview.binding.JalviewUserColoursItem()\r
+    }\r
 \r
-\r
-      //-----------/\r
-     //- Methods -/\r
+    //-- jalview.binding.JalviewUserColoursItem()\r
     //-----------/\r
 \r
     /**\r
-     * Returns the value of field 'colour'.\r
+     * DOCUMENT ME!\r
      *\r
-     * @return Colour\r
-     * @return the value of field 'colour'.\r
+     * @return DOCUMENT ME!\r
      */\r
     public jalview.binding.Colour getColour()\r
     {\r
         return this._colour;\r
-    } //-- jalview.binding.Colour getColour()\r
+    }\r
+\r
+    //-- jalview.binding.Colour getColour() \r
 \r
     /**\r
      * Sets the value of field 'colour'.\r
@@ -84,6 +62,7 @@ public class JalviewUserColoursItem implements java.io.Serializable {
     public void setColour(jalview.binding.Colour colour)\r
     {\r
         this._colour = colour;\r
-    } //-- void setColour(jalview.binding.Colour)\r
+    }\r
 \r
+    //-- void setColour(jalview.binding.Colour) \r
 }\r