/**
* Flag set if the alignment panel containing this JSeq should
- * be explicitly linked to the Jmol view referred to/created by
- * this structureState (since Jalview 2.7).
+ * be included in those used to perform a structure
+ * superposition (since Jalview 2.7).
*
*/
- private boolean _linkAlignPanel = true;
+ private boolean _alignwithAlignPanel = true;
/**
- * keeps track of state for field: _linkAlignPanel
+ * keeps track of state for field: _alignwithAlignPanel
*/
- private boolean _has_linkAlignPanel;
+ private boolean _has_alignwithAlignPanel;
/**
* Flag set if the alignment panel containing this JSeq should
- * be included in those used to perform a structure
- * superposition (since Jalview 2.7).
+ * be included in those used to colour its associated sequences
+ * in this structureState(since Jalview 2.7).
*
*/
- private boolean _alignwithAlignPanel = true;
+ private boolean _colourwithAlignPanel = true;
/**
- * keeps track of state for field: _alignwithAlignPanel
+ * keeps track of state for field: _colourwithAlignPanel
*/
- private boolean _has_alignwithAlignPanel;
+ private boolean _has_colourwithAlignPanel;
//----------------/
/**
*/
- public void deleteHeight(
+ public void deleteColourwithAlignPanel(
) {
- this._has_height= false;
+ this._has_colourwithAlignPanel= false;
}
/**
*/
- public void deleteLinkAlignPanel(
+ public void deleteHeight(
) {
- this._has_linkAlignPanel= false;
+ this._has_height= false;
}
/**
}
/**
+ * Returns the value of field 'colourwithAlignPanel'. The field
+ * 'colourwithAlignPanel' has the following description: Flag
+ * set if the alignment panel containing this JSeq should be
+ * included in those used to colour its associated sequences in
+ * this structureState(since Jalview 2.7).
+ *
+ *
+ * @return the value of field 'ColourwithAlignPanel'.
+ */
+ public boolean getColourwithAlignPanel(
+ ) {
+ return this._colourwithAlignPanel;
+ }
+
+ /**
* Returns the value of field 'content'. The field 'content'
* has the following description: internal content storage
*
}
/**
- * Returns the value of field 'linkAlignPanel'. The field
- * 'linkAlignPanel' has the following description: Flag set if
- * the alignment panel containing this JSeq should be
- * explicitly linked to the Jmol view referred to/created by
- * this structureState (since Jalview 2.7).
- *
- *
- * @return the value of field 'LinkAlignPanel'.
- */
- public boolean getLinkAlignPanel(
- ) {
- return this._linkAlignPanel;
- }
-
- /**
* Returns the value of field 'viewId'. The field 'viewId' has
* the following description: additional identifier which
* properly disambiguates
}
/**
- * Method hasHeight.
+ * Method hasColourwithAlignPanel.
*
- * @return true if at least one Height has been added
+ * @return true if at least one ColourwithAlignPanel has been
+ * added
*/
- public boolean hasHeight(
+ public boolean hasColourwithAlignPanel(
) {
- return this._has_height;
+ return this._has_colourwithAlignPanel;
}
/**
- * Method hasLinkAlignPanel.
+ * Method hasHeight.
*
- * @return true if at least one LinkAlignPanel has been added
+ * @return true if at least one Height has been added
*/
- public boolean hasLinkAlignPanel(
+ public boolean hasHeight(
) {
- return this._has_linkAlignPanel;
+ return this._has_height;
}
/**
}
/**
- * Returns the value of field 'linkAlignPanel'. The field
- * 'linkAlignPanel' has the following description: Flag set if
- * the alignment panel containing this JSeq should be
- * explicitly linked to the Jmol view referred to/created by
- * this structureState (since Jalview 2.7).
+ * Returns the value of field 'colourwithAlignPanel'. The field
+ * 'colourwithAlignPanel' has the following description: Flag
+ * set if the alignment panel containing this JSeq should be
+ * included in those used to colour its associated sequences in
+ * this structureState(since Jalview 2.7).
*
*
- * @return the value of field 'LinkAlignPanel'.
+ * @return the value of field 'ColourwithAlignPanel'.
*/
- public boolean isLinkAlignPanel(
+ public boolean isColourwithAlignPanel(
) {
- return this._linkAlignPanel;
+ return this._colourwithAlignPanel;
}
/**
}
/**
+ * Sets the value of field 'colourwithAlignPanel'. The field
+ * 'colourwithAlignPanel' has the following description: Flag
+ * set if the alignment panel containing this JSeq should be
+ * included in those used to colour its associated sequences in
+ * this structureState(since Jalview 2.7).
+ *
+ *
+ * @param colourwithAlignPanel the value of field
+ * 'colourwithAlignPanel'.
+ */
+ public void setColourwithAlignPanel(
+ final boolean colourwithAlignPanel) {
+ this._colourwithAlignPanel = colourwithAlignPanel;
+ this._has_colourwithAlignPanel = true;
+ }
+
+ /**
* Sets the value of field 'content'. The field 'content' has
* the following description: internal content storage
*
}
/**
- * Sets the value of field 'linkAlignPanel'. The field
- * 'linkAlignPanel' has the following description: Flag set if
- * the alignment panel containing this JSeq should be
- * explicitly linked to the Jmol view referred to/created by
- * this structureState (since Jalview 2.7).
- *
- *
- * @param linkAlignPanel the value of field 'linkAlignPanel'.
- */
- public void setLinkAlignPanel(
- final boolean linkAlignPanel) {
- this._linkAlignPanel = linkAlignPanel;
- this._has_linkAlignPanel = true;
- }
-
- /**
* Sets the value of field 'viewId'. The field 'viewId' has the
* following description: additional identifier which properly
* disambiguates
typeValidator.setWhiteSpace("preserve");\r
}\r
desc.setValidator(fieldValidator);\r
- //-- _linkAlignPanel\r
- desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Boolean.TYPE, "_linkAlignPanel", "linkAlignPanel", org.exolab.castor.xml.NodeType.Attribute);\r
+ //-- _alignwithAlignPanel\r
+ desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Boolean.TYPE, "_alignwithAlignPanel", "alignwithAlignPanel", org.exolab.castor.xml.NodeType.Attribute);\r
handler = new org.exolab.castor.xml.XMLFieldHandler() {\r
public java.lang.Object getValue( java.lang.Object object ) \r
throws IllegalStateException\r
{\r
StructureState target = (StructureState) object;\r
- if (!target.hasLinkAlignPanel()) { return null; }\r
- return (target.getLinkAlignPanel() ? java.lang.Boolean.TRUE : java.lang.Boolean.FALSE);\r
+ if (!target.hasAlignwithAlignPanel()) { return null; }\r
+ return (target.getAlignwithAlignPanel() ? java.lang.Boolean.TRUE : java.lang.Boolean.FALSE);\r
}\r
public void setValue( java.lang.Object object, java.lang.Object value) \r
throws IllegalStateException, IllegalArgumentException\r
StructureState target = (StructureState) object;\r
// if null, use delete method for optional primitives \r
if (value == null) {\r
- target.deleteLinkAlignPanel();\r
+ target.deleteAlignwithAlignPanel();\r
return;\r
}\r
- target.setLinkAlignPanel( ((java.lang.Boolean) value).booleanValue());\r
+ target.setAlignwithAlignPanel( ((java.lang.Boolean) value).booleanValue());\r
} catch (java.lang.Exception ex) {\r
throw new IllegalStateException(ex.toString());\r
}\r
desc.setMultivalued(false);\r
addFieldDescriptor(desc);\r
\r
- //-- validation code for: _linkAlignPanel\r
+ //-- validation code for: _alignwithAlignPanel\r
fieldValidator = new org.exolab.castor.xml.FieldValidator();\r
{ //-- local scope\r
org.exolab.castor.xml.validators.BooleanValidator typeValidator;\r
fieldValidator.setValidator(typeValidator);\r
}\r
desc.setValidator(fieldValidator);\r
- //-- _alignwithAlignPanel\r
- desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Boolean.TYPE, "_alignwithAlignPanel", "alignwithAlignPanel", org.exolab.castor.xml.NodeType.Attribute);\r
+ //-- _colourwithAlignPanel\r
+ desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Boolean.TYPE, "_colourwithAlignPanel", "colourwithAlignPanel", org.exolab.castor.xml.NodeType.Attribute);\r
handler = new org.exolab.castor.xml.XMLFieldHandler() {\r
public java.lang.Object getValue( java.lang.Object object ) \r
throws IllegalStateException\r
{\r
StructureState target = (StructureState) object;\r
- if (!target.hasAlignwithAlignPanel()) { return null; }\r
- return (target.getAlignwithAlignPanel() ? java.lang.Boolean.TRUE : java.lang.Boolean.FALSE);\r
+ if (!target.hasColourwithAlignPanel()) { return null; }\r
+ return (target.getColourwithAlignPanel() ? java.lang.Boolean.TRUE : java.lang.Boolean.FALSE);\r
}\r
public void setValue( java.lang.Object object, java.lang.Object value) \r
throws IllegalStateException, IllegalArgumentException\r
StructureState target = (StructureState) object;\r
// if null, use delete method for optional primitives \r
if (value == null) {\r
- target.deleteAlignwithAlignPanel();\r
+ target.deleteColourwithAlignPanel();\r
return;\r
}\r
- target.setAlignwithAlignPanel( ((java.lang.Boolean) value).booleanValue());\r
+ target.setColourwithAlignPanel( ((java.lang.Boolean) value).booleanValue());\r
} catch (java.lang.Exception ex) {\r
throw new IllegalStateException(ex.toString());\r
}\r
desc.setMultivalued(false);\r
addFieldDescriptor(desc);\r
\r
- //-- validation code for: _alignwithAlignPanel\r
+ //-- validation code for: _colourwithAlignPanel\r
fieldValidator = new org.exolab.castor.xml.FieldValidator();\r
{ //-- local scope\r
org.exolab.castor.xml.validators.BooleanValidator typeValidator;\r