X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FJalviewModel.java;h=cbe06b4ef713ae38fe3404feb93818f953ac457c;hb=5bbd8870c4840d4092e69a1fb772f453dab9245d;hp=e73604db52fbe9b8768848e57b517ca38ac14efc;hpb=54b0c2d021ed75f90943f103385814c7cdb4972d;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/JalviewModel.java b/src/jalview/xml/binding/jalview/JalviewModel.java index e73604d..cbe06b4 100644 --- a/src/jalview/xml/binding/jalview/JalviewModel.java +++ b/src/jalview/xml/binding/jalview/JalviewModel.java @@ -2,7 +2,7 @@ // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2020.12.10 at 10:15:41 AM GMT +// Generated on: 2023.02.22 at 10:08:57 PM GMT // @@ -174,6 +174,7 @@ import javax.xml.datatype.XMLGregorianCalendar; * <attribute name="residueColour" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="gapColour" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="hiddenColour" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> * </restriction> * </complexContent> * </complexType> @@ -209,6 +210,8 @@ import javax.xml.datatype.XMLGregorianCalendar; * <attribute name="ignoreGapsinConsensus" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> * <attribute name="startRes" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="startSeq" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="charWidth" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="charHeight" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="fontStyle" type="{http://www.w3.org/2001/XMLSchema}int" /> @@ -4789,6 +4792,7 @@ public class JalviewModel { * <attribute name="residueColour" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="gapColour" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="hiddenColour" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> * </restriction> * </complexContent> * </complexType> @@ -4824,6 +4828,8 @@ public class JalviewModel { * <attribute name="ignoreGapsinConsensus" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> * <attribute name="startRes" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="startSeq" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="charWidth" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="charHeight" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="fontStyle" type="{http://www.w3.org/2001/XMLSchema}int" /> @@ -4920,6 +4926,10 @@ public class JalviewModel { protected Integer startRes; @XmlAttribute(name = "startSeq") protected Integer startSeq; + @XmlAttribute(name = "charWidth") + protected Integer charWidth; + @XmlAttribute(name = "charHeight") + protected Integer charHeight; @XmlAttribute(name = "fontName") protected String fontName; @XmlAttribute(name = "fontSize") @@ -5803,6 +5813,54 @@ public class JalviewModel { } /** + * Gets the value of the charWidth property. + * + * @return + * possible object is + * {@link Integer } + * + */ + public Integer getCharWidth() { + return charWidth; + } + + /** + * Sets the value of the charWidth property. + * + * @param value + * allowed object is + * {@link Integer } + * + */ + public void setCharWidth(Integer value) { + this.charWidth = value; + } + + /** + * Gets the value of the charHeight property. + * + * @return + * possible object is + * {@link Integer } + * + */ + public Integer getCharHeight() { + return charHeight; + } + + /** + * Sets the value of the charHeight property. + * + * @param value + * allowed object is + * {@link Integer } + * + */ + public void setCharHeight(Integer value) { + this.charHeight = value; + } + + /** * Gets the value of the fontName property. * * @return @@ -6442,6 +6500,7 @@ public class JalviewModel { * <attribute name="residueColour" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="gapColour" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="hiddenColour" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> * </restriction> * </complexContent> * </complexType> @@ -6461,6 +6520,8 @@ public class JalviewModel { protected Integer gapColour; @XmlAttribute(name = "hiddenColour") protected Integer hiddenColour; + @XmlAttribute(name = "title") + protected String title; @XmlAttribute(name = "width") protected Integer width; @XmlAttribute(name = "height") @@ -6567,6 +6628,30 @@ public class JalviewModel { } /** + * Gets the value of the title property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getTitle() { + return title; + } + + /** + * Sets the value of the title property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTitle(String value) { + this.title = value; + } + + /** * Gets the value of the width property. * * @return