X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FStructureState.java;h=46e20b9a49bcdd1467d0a211fb05223b6d58770e;hb=42833ea8bc056c9d0257cf3a835b01f271f9254e;hp=c269dce2fbdfac393427408b8f77ed5d7e002ca7;hpb=f8efe615d1c7d5c23fd838c1abcd77be542b154c;p=jalview.git diff --git a/src/jalview/schemabinding/version2/StructureState.java b/src/jalview/schemabinding/version2/StructureState.java index c269dce..46e20b9 100644 --- a/src/jalview/schemabinding/version2/StructureState.java +++ b/src/jalview/schemabinding/version2/StructureState.java @@ -42,46 +42,6 @@ public class StructureState implements java.io.Serializable { private boolean _has_visible; /** - * Field _xpos. - */ - private int _xpos; - - /** - * keeps track of state for field: _xpos - */ - private boolean _has_xpos; - - /** - * Field _ypos. - */ - private int _ypos; - - /** - * keeps track of state for field: _ypos - */ - private boolean _has_ypos; - - /** - * Field _width. - */ - private int _width; - - /** - * keeps track of state for field: _width - */ - private boolean _has_width; - - /** - * Field _height. - */ - private int _height; - - /** - * keeps track of state for field: _height - */ - private boolean _has_height; - - /** * additional identifier which properly disambiguates * the structure view from any other view with the same * attributes. This is not an ID, @@ -131,6 +91,46 @@ public class StructureState implements java.io.Serializable { */ private boolean _has_colourByJmol; + /** + * Field _width. + */ + private int _width; + + /** + * keeps track of state for field: _width + */ + private boolean _has_width; + + /** + * Field _height. + */ + private int _height; + + /** + * keeps track of state for field: _height + */ + private boolean _has_height; + + /** + * Field _xpos. + */ + private int _xpos; + + /** + * keeps track of state for field: _xpos + */ + private boolean _has_xpos; + + /** + * Field _ypos. + */ + private int _ypos; + + /** + * keeps track of state for field: _ypos + */ + private boolean _has_ypos; + //----------------/ //- Constructors -/