image is panel size
[jalview.git] / src / jalview / binding / Tree.java
index 2821029..94922ac 100755 (executable)
@@ -34,69 +34,69 @@ public class Tree implements java.io.Serializable {
     //--------------------------/\r
 \r
     /**\r
-     * Field _title\r
+     * Field _width\r
      */\r
-    private java.lang.String _title;\r
+    private int _width;\r
 \r
     /**\r
-     * Field _currentTree\r
+     * keeps track of state for field: _width\r
      */\r
-    private boolean _currentTree;\r
+    private boolean _has_width;\r
 \r
     /**\r
-     * keeps track of state for field: _currentTree\r
+     * Field _height\r
      */\r
-    private boolean _has_currentTree;\r
+    private int _height;\r
 \r
     /**\r
-     * Field _fitToWindow\r
+     * keeps track of state for field: _height\r
      */\r
-    private boolean _fitToWindow;\r
+    private boolean _has_height;\r
 \r
     /**\r
-     * keeps track of state for field: _fitToWindow\r
+     * Field _xpos\r
      */\r
-    private boolean _has_fitToWindow;\r
+    private int _xpos;\r
 \r
     /**\r
-     * Field _showDistances\r
+     * keeps track of state for field: _xpos\r
      */\r
-    private boolean _showDistances;\r
+    private boolean _has_xpos;\r
 \r
     /**\r
-     * keeps track of state for field: _showDistances\r
+     * Field _ypos\r
      */\r
-    private boolean _has_showDistances;\r
+    private int _ypos;\r
 \r
     /**\r
-     * Field _showBootstrap\r
+     * keeps track of state for field: _ypos\r
      */\r
-    private boolean _showBootstrap;\r
+    private boolean _has_ypos;\r
 \r
     /**\r
-     * keeps track of state for field: _showBootstrap\r
+     * Field _fontName\r
      */\r
-    private boolean _has_showBootstrap;\r
+    private java.lang.String _fontName;\r
 \r
     /**\r
-     * Field _markUnlinked\r
+     * Field _fontSize\r
      */\r
-    private boolean _markUnlinked;\r
+    private int _fontSize;\r
 \r
     /**\r
-     * keeps track of state for field: _markUnlinked\r
+     * keeps track of state for field: _fontSize\r
      */\r
-    private boolean _has_markUnlinked;\r
+    private boolean _has_fontSize;\r
 \r
     /**\r
-     * Field _fontSize\r
+     * Field _fontStyle\r
      */\r
-    private int _fontSize;\r
+    private int _fontStyle;\r
 \r
     /**\r
-     * keeps track of state for field: _fontSize\r
+     * keeps track of state for field: _fontStyle\r
      */\r
-    private boolean _has_fontSize;\r
+    private boolean _has_fontStyle;\r
 \r
     /**\r
      * Field _threshold\r
@@ -109,44 +109,59 @@ public class Tree implements java.io.Serializable {
     private boolean _has_threshold;\r
 \r
     /**\r
-     * Field _xpos\r
+     * Field _showBootstrap\r
      */\r
-    private int _xpos;\r
+    private boolean _showBootstrap;\r
 \r
     /**\r
-     * keeps track of state for field: _xpos\r
+     * keeps track of state for field: _showBootstrap\r
      */\r
-    private boolean _has_xpos;\r
+    private boolean _has_showBootstrap;\r
 \r
     /**\r
-     * Field _ypos\r
+     * Field _showDistances\r
      */\r
-    private int _ypos;\r
+    private boolean _showDistances;\r
 \r
     /**\r
-     * keeps track of state for field: _ypos\r
+     * keeps track of state for field: _showDistances\r
      */\r
-    private boolean _has_ypos;\r
+    private boolean _has_showDistances;\r
 \r
     /**\r
-     * Field _width\r
+     * Field _markUnlinked\r
      */\r
-    private int _width;\r
+    private boolean _markUnlinked;\r
 \r
     /**\r
-     * keeps track of state for field: _width\r
+     * keeps track of state for field: _markUnlinked\r
      */\r
-    private boolean _has_width;\r
+    private boolean _has_markUnlinked;\r
 \r
     /**\r
-     * Field _height\r
+     * Field _fitToWindow\r
      */\r
-    private int _height;\r
+    private boolean _fitToWindow;\r
 \r
     /**\r
-     * keeps track of state for field: _height\r
+     * keeps track of state for field: _fitToWindow\r
      */\r
-    private boolean _has_height;\r
+    private boolean _has_fitToWindow;\r
+\r
+    /**\r
+     * Field _currentTree\r
+     */\r
+    private boolean _currentTree;\r
+\r
+    /**\r
+     * keeps track of state for field: _currentTree\r
+     */\r
+    private boolean _has_currentTree;\r
+\r
+    /**\r
+     * Field _title\r
+     */\r
+    private java.lang.String _title;\r
 \r
     /**\r
      * Field _newick\r
@@ -195,6 +210,15 @@ public class Tree implements java.io.Serializable {
     } //-- void deleteFontSize() \r
 \r
     /**\r
+     * Method deleteFontStyle\r
+     * \r
+     */\r
+    public void deleteFontStyle()\r
+    {\r
+        this._has_fontStyle= false;\r
+    } //-- void deleteFontStyle() \r
+\r
+    /**\r
      * Method deleteHeight\r
      * \r
      */\r
@@ -289,6 +313,17 @@ public class Tree implements java.io.Serializable {
     } //-- boolean getFitToWindow() \r
 \r
     /**\r
+     * Returns the value of field 'fontName'.\r
+     * \r
+     * @return String\r
+     * @return the value of field 'fontName'.\r
+     */\r
+    public java.lang.String getFontName()\r
+    {\r
+        return this._fontName;\r
+    } //-- java.lang.String getFontName() \r
+\r
+    /**\r
      * Returns the value of field 'fontSize'.\r
      * \r
      * @return int\r
@@ -300,6 +335,17 @@ public class Tree implements java.io.Serializable {
     } //-- int getFontSize() \r
 \r
     /**\r
+     * Returns the value of field 'fontStyle'.\r
+     * \r
+     * @return int\r
+     * @return the value of field 'fontStyle'.\r
+     */\r
+    public int getFontStyle()\r
+    {\r
+        return this._fontStyle;\r
+    } //-- int getFontStyle() \r
+\r
+    /**\r
      * Returns the value of field 'height'.\r
      * \r
      * @return int\r
@@ -446,6 +492,18 @@ public class Tree implements java.io.Serializable {
     } //-- boolean hasFontSize() \r
 \r
     /**\r
+     * Method hasFontStyle\r
+     * \r
+     * \r
+     * \r
+     * @return boolean\r
+     */\r
+    public boolean hasFontStyle()\r
+    {\r
+        return this._has_fontStyle;\r
+    } //-- boolean hasFontStyle() \r
+\r
+    /**\r
      * Method hasHeight\r
      * \r
      * \r
@@ -610,6 +668,16 @@ public class Tree implements java.io.Serializable {
     } //-- void setFitToWindow(boolean) \r
 \r
     /**\r
+     * Sets the value of field 'fontName'.\r
+     * \r
+     * @param fontName the value of field 'fontName'.\r
+     */\r
+    public void setFontName(java.lang.String fontName)\r
+    {\r
+        this._fontName = fontName;\r
+    } //-- void setFontName(java.lang.String) \r
+\r
+    /**\r
      * Sets the value of field 'fontSize'.\r
      * \r
      * @param fontSize the value of field 'fontSize'.\r
@@ -621,6 +689,17 @@ public class Tree implements java.io.Serializable {
     } //-- void setFontSize(int) \r
 \r
     /**\r
+     * Sets the value of field 'fontStyle'.\r
+     * \r
+     * @param fontStyle the value of field 'fontStyle'.\r
+     */\r
+    public void setFontStyle(int fontStyle)\r
+    {\r
+        this._fontStyle = fontStyle;\r
+        this._has_fontStyle = true;\r
+    } //-- void setFontStyle(int) \r
+\r
+    /**\r
      * Sets the value of field 'height'.\r
      * \r
      * @param height the value of field 'height'.\r