Added graphtype
authoramwaterhouse <Andrew Waterhouse>
Fri, 3 Feb 2006 17:52:15 +0000 (17:52 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 3 Feb 2006 17:52:15 +0000 (17:52 +0000)
src/jalview/binding/Annotation.java

index fefdd12..66f183d 100755 (executable)
@@ -46,6 +46,16 @@ public class Annotation implements java.io.Serializable {
     private boolean _has_graph;\r
 \r
     /**\r
+     * Field _graphType\r
+     */\r
+    private int _graphType;\r
+\r
+    /**\r
+     * keeps track of state for field: _graphType\r
+     */\r
+    private boolean _has_graphType;\r
+\r
+    /**\r
      * Field _annotationElementList\r
      */\r
     private java.util.Vector _annotationElementList;\r
@@ -112,6 +122,15 @@ public class Annotation implements java.io.Serializable {
     } //-- void deleteGraph() \r
 \r
     /**\r
+     * Method deleteGraphType\r
+     * \r
+     */\r
+    public void deleteGraphType()\r
+    {\r
+        this._has_graphType= false;\r
+    } //-- void deleteGraphType() \r
+\r
+    /**\r
      * Method enumerateAnnotationElement\r
      * \r
      * \r
@@ -194,6 +213,17 @@ public class Annotation implements java.io.Serializable {
     } //-- boolean getGraph() \r
 \r
     /**\r
+     * Returns the value of field 'graphType'.\r
+     * \r
+     * @return int\r
+     * @return the value of field 'graphType'.\r
+     */\r
+    public int getGraphType()\r
+    {\r
+        return this._graphType;\r
+    } //-- int getGraphType() \r
+\r
+    /**\r
      * Returns the value of field 'label'.\r
      * \r
      * @return String\r
@@ -217,6 +247,18 @@ public class Annotation implements java.io.Serializable {
     } //-- boolean hasGraph() \r
 \r
     /**\r
+     * Method hasGraphType\r
+     * \r
+     * \r
+     * \r
+     * @return boolean\r
+     */\r
+    public boolean hasGraphType()\r
+    {\r
+        return this._has_graphType;\r
+    } //-- boolean hasGraphType() \r
+\r
+    /**\r
      * Method isValid\r
      * \r
      * \r
@@ -342,6 +384,17 @@ public class Annotation implements java.io.Serializable {
     } //-- void setGraph(boolean) \r
 \r
     /**\r
+     * Sets the value of field 'graphType'.\r
+     * \r
+     * @param graphType the value of field 'graphType'.\r
+     */\r
+    public void setGraphType(int graphType)\r
+    {\r
+        this._graphType = graphType;\r
+        this._has_graphType = true;\r
+    } //-- void setGraphType(int) \r
+\r
+    /**\r
      * Sets the value of field 'label'.\r
      * \r
      * @param label the value of field 'label'.\r