Class LabelTypeImpl

java.lang.Object
org.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
com.yworks.xml.graphml.impl.LabelTypeImpl
All Implemented Interfaces:
LabelType, Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
Direct Known Subclasses:
EdgeLabelTypeImpl, NodeLabelTypeImpl

public class LabelTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements LabelType
An XML Label.type(@http://www.yworks.com/xml/graphml). This is a complex type.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    An XML LabelModel(@http://www.yworks.com/xml/graphml).
    static class 
    An XML ModelParameter(@http://www.yworks.com/xml/graphml).

    Nested classes/interfaces inherited from interface com.yworks.xml.graphml.LabelType

    LabelType.Factory, LabelType.LabelModel, LabelType.ModelParameter

    Nested classes/interfaces inherited from interface org.apache.xmlbeans.XmlObject

    org.apache.xmlbeans.XmlObject.Factory
  • Field Summary

    Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

    _voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER

    Fields inherited from interface com.yworks.xml.graphml.LabelType

    type

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    LabelTypeImpl(org.apache.xmlbeans.SchemaType sType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty "LabelModel" element
    Appends and returns a new empty "ModelParameter" element
    Gets the "alignment" attribute
    Gets the "backgroundColor" attribute
    Gets the "configuration" attribute
    Gets the "fontFamily" attribute
    short
    Gets the "fontSize" attribute
    Gets the "fontStyle" attribute
    boolean
    Gets the "hasBackgroundColor" attribute
    boolean
    Gets the "hasLineColor" attribute
    boolean
    Gets the "hasText" attribute
    double
    Gets the "height" attribute
    Gets the "horizontalTextPosition" attribute
    Gets the "icon" attribute
    Gets the "iconData" attribute
    byte
    Gets the "iconTextGap" attribute
    Gets the "image" attribute
    Gets the "LabelModel" element
    Gets the "lineColor" attribute
    Gets the "ModelParameter" element
    double
    Gets the "rotationAngle" attribute
    Gets the "textColor" attribute
    boolean
    Gets the "underlinedText" attribute
    Gets the "verticalTextPosition" attribute
    boolean
    Gets the "visible" attribute
    double
    Gets the "width" attribute
    double
    Gets the "x" attribute
    double
    Gets the "y" attribute
    boolean
    True if has "alignment" attribute
    boolean
    True if has "backgroundColor" attribute
    boolean
    True if has "configuration" attribute
    boolean
    True if has "fontFamily" attribute
    boolean
    True if has "fontSize" attribute
    boolean
    True if has "fontStyle" attribute
    boolean
    True if has "hasBackgroundColor" attribute
    boolean
    True if has "hasLineColor" attribute
    boolean
    True if has "hasText" attribute
    boolean
    True if has "height" attribute
    boolean
    True if has "horizontalTextPosition" attribute
    boolean
    True if has "icon" attribute
    boolean
    True if has "iconData" attribute
    boolean
    True if has "iconTextGap" attribute
    boolean
    True if has "image" attribute
    boolean
    True if has "LabelModel" element
    boolean
    True if has "lineColor" attribute
    boolean
    True if has "ModelParameter" element
    boolean
    True if has "rotationAngle" attribute
    boolean
    True if has "textColor" attribute
    boolean
    True if has "underlinedText" attribute
    boolean
    True if has "verticalTextPosition" attribute
    boolean
    True if has "visible" attribute
    boolean
    True if has "width" attribute
    boolean
    True if has "x" attribute
    boolean
    True if has "y" attribute
    void
    Sets the "alignment" attribute
    void
    setBackgroundColor(String backgroundColor)
    Sets the "backgroundColor" attribute
    void
    setConfiguration(String configuration)
    Sets the "configuration" attribute
    void
    setFontFamily(String fontFamily)
    Sets the "fontFamily" attribute
    void
    setFontSize(short fontSize)
    Sets the "fontSize" attribute
    void
    Sets the "fontStyle" attribute
    void
    setHasBackgroundColor(boolean hasBackgroundColor)
    Sets the "hasBackgroundColor" attribute
    void
    setHasLineColor(boolean hasLineColor)
    Sets the "hasLineColor" attribute
    void
    setHasText(boolean hasText)
    Sets the "hasText" attribute
    void
    setHeight(double height)
    Sets the "height" attribute
    void
    Sets the "horizontalTextPosition" attribute
    void
    Sets the "icon" attribute
    void
    setIconData(String iconData)
    Sets the "iconData" attribute
    void
    setIconTextGap(byte iconTextGap)
    Sets the "iconTextGap" attribute
    void
    Sets the "image" attribute
    void
    Sets the "LabelModel" element
    void
    setLineColor(String lineColor)
    Sets the "lineColor" attribute
    void
    Sets the "ModelParameter" element
    void
    setRotationAngle(double rotationAngle)
    Sets the "rotationAngle" attribute
    void
    setTextColor(String textColor)
    Sets the "textColor" attribute
    void
    setUnderlinedText(boolean underlinedText)
    Sets the "underlinedText" attribute
    void
    Sets the "verticalTextPosition" attribute
    void
    setVisible(boolean visible)
    Sets the "visible" attribute
    void
    setWidth(double width)
    Sets the "width" attribute
    void
    setX(double x)
    Sets the "x" attribute
    void
    setY(double y)
    Sets the "y" attribute
    void
    Unsets the "alignment" attribute
    void
    Unsets the "backgroundColor" attribute
    void
    Unsets the "configuration" attribute
    void
    Unsets the "fontFamily" attribute
    void
    Unsets the "fontSize" attribute
    void
    Unsets the "fontStyle" attribute
    void
    Unsets the "hasBackgroundColor" attribute
    void
    Unsets the "hasLineColor" attribute
    void
    Unsets the "hasText" attribute
    void
    Unsets the "height" attribute
    void
    Unsets the "horizontalTextPosition" attribute
    void
    Unsets the "icon" attribute
    void
    Unsets the "iconData" attribute
    void
    Unsets the "iconTextGap" attribute
    void
    Unsets the "image" attribute
    void
    Unsets the "LabelModel" element
    void
    Unsets the "lineColor" attribute
    void
    Unsets the "ModelParameter" element
    void
    Unsets the "rotationAngle" attribute
    void
    Unsets the "textColor" attribute
    void
    Unsets the "underlinedText" attribute
    void
    Unsets the "verticalTextPosition" attribute
    void
    Unsets the "visible" attribute
    void
    Unsets the "width" attribute
    void
    Unsets the "x" attribute
    void
    Unsets the "y" attribute
    Gets (as xml) the "alignment" attribute
    Gets (as xml) the "backgroundColor" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "configuration" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "fontFamily" attribute
    org.apache.xmlbeans.XmlUnsignedByte
    Gets (as xml) the "fontSize" attribute
    Gets (as xml) the "fontStyle" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "hasBackgroundColor" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "hasLineColor" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "hasText" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "height" attribute
    Gets (as xml) the "horizontalTextPosition" attribute
    org.apache.xmlbeans.XmlAnyURI
    Gets (as xml) the "icon" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "iconData" attribute
    org.apache.xmlbeans.XmlByte
    Gets (as xml) the "iconTextGap" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "image" attribute
    Gets (as xml) the "lineColor" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "rotationAngle" attribute
    Gets (as xml) the "textColor" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "underlinedText" attribute
    Gets (as xml) the "verticalTextPosition" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "visible" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "width" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "x" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "y" attribute
    void
    Sets (as xml) the "alignment" attribute
    void
    xsetBackgroundColor(ColorType backgroundColor)
    Sets (as xml) the "backgroundColor" attribute
    void
    xsetConfiguration(org.apache.xmlbeans.XmlString configuration)
    Sets (as xml) the "configuration" attribute
    void
    xsetFontFamily(org.apache.xmlbeans.XmlString fontFamily)
    Sets (as xml) the "fontFamily" attribute
    void
    xsetFontSize(org.apache.xmlbeans.XmlUnsignedByte fontSize)
    Sets (as xml) the "fontSize" attribute
    void
    Sets (as xml) the "fontStyle" attribute
    void
    xsetHasBackgroundColor(org.apache.xmlbeans.XmlBoolean hasBackgroundColor)
    Sets (as xml) the "hasBackgroundColor" attribute
    void
    xsetHasLineColor(org.apache.xmlbeans.XmlBoolean hasLineColor)
    Sets (as xml) the "hasLineColor" attribute
    void
    xsetHasText(org.apache.xmlbeans.XmlBoolean hasText)
    Sets (as xml) the "hasText" attribute
    void
    xsetHeight(org.apache.xmlbeans.XmlDouble height)
    Sets (as xml) the "height" attribute
    void
    Sets (as xml) the "horizontalTextPosition" attribute
    void
    xsetIcon(org.apache.xmlbeans.XmlAnyURI icon)
    Sets (as xml) the "icon" attribute
    void
    xsetIconData(org.apache.xmlbeans.XmlString iconData)
    Sets (as xml) the "iconData" attribute
    void
    xsetIconTextGap(org.apache.xmlbeans.XmlByte iconTextGap)
    Sets (as xml) the "iconTextGap" attribute
    void
    xsetImage(org.apache.xmlbeans.XmlString image)
    Sets (as xml) the "image" attribute
    void
    Sets (as xml) the "lineColor" attribute
    void
    xsetRotationAngle(org.apache.xmlbeans.XmlDouble rotationAngle)
    Sets (as xml) the "rotationAngle" attribute
    void
    Sets (as xml) the "textColor" attribute
    void
    xsetUnderlinedText(org.apache.xmlbeans.XmlBoolean underlinedText)
    Sets (as xml) the "underlinedText" attribute
    void
    Sets (as xml) the "verticalTextPosition" attribute
    void
    xsetVisible(org.apache.xmlbeans.XmlBoolean visible)
    Sets (as xml) the "visible" attribute
    void
    xsetWidth(org.apache.xmlbeans.XmlDouble width)
    Sets (as xml) the "width" attribute
    void
    xsetX(org.apache.xmlbeans.XmlDouble x)
    Sets (as xml) the "x" attribute
    void
    xsetY(org.apache.xmlbeans.XmlDouble y)
    Sets (as xml) the "y" attribute

    Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl

    arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code

    Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

    _copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.xmlbeans.XmlObject

    changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode

    Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

    documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Constructor Details

    • LabelTypeImpl

      public LabelTypeImpl(org.apache.xmlbeans.SchemaType sType)
  • Method Details

    • getLabelModel

      public LabelType.LabelModel getLabelModel()
      Gets the "LabelModel" element
      Specified by:
      getLabelModel in interface LabelType
    • isSetLabelModel

      public boolean isSetLabelModel()
      True if has "LabelModel" element
      Specified by:
      isSetLabelModel in interface LabelType
    • setLabelModel

      public void setLabelModel(LabelType.LabelModel labelModel)
      Sets the "LabelModel" element
      Specified by:
      setLabelModel in interface LabelType
    • addNewLabelModel

      public LabelType.LabelModel addNewLabelModel()
      Appends and returns a new empty "LabelModel" element
      Specified by:
      addNewLabelModel in interface LabelType
    • unsetLabelModel

      public void unsetLabelModel()
      Unsets the "LabelModel" element
      Specified by:
      unsetLabelModel in interface LabelType
    • getModelParameter

      public LabelType.ModelParameter getModelParameter()
      Gets the "ModelParameter" element
      Specified by:
      getModelParameter in interface LabelType
    • isSetModelParameter

      public boolean isSetModelParameter()
      True if has "ModelParameter" element
      Specified by:
      isSetModelParameter in interface LabelType
    • setModelParameter

      public void setModelParameter(LabelType.ModelParameter modelParameter)
      Sets the "ModelParameter" element
      Specified by:
      setModelParameter in interface LabelType
    • addNewModelParameter

      public LabelType.ModelParameter addNewModelParameter()
      Appends and returns a new empty "ModelParameter" element
      Specified by:
      addNewModelParameter in interface LabelType
    • unsetModelParameter

      public void unsetModelParameter()
      Unsets the "ModelParameter" element
      Specified by:
      unsetModelParameter in interface LabelType
    • getX

      public double getX()
      Gets the "x" attribute
      Specified by:
      getX in interface LabelType
    • xgetX

      public org.apache.xmlbeans.XmlDouble xgetX()
      Gets (as xml) the "x" attribute
      Specified by:
      xgetX in interface LabelType
    • isSetX

      public boolean isSetX()
      True if has "x" attribute
      Specified by:
      isSetX in interface LabelType
    • setX

      public void setX(double x)
      Sets the "x" attribute
      Specified by:
      setX in interface LabelType
    • xsetX

      public void xsetX(org.apache.xmlbeans.XmlDouble x)
      Sets (as xml) the "x" attribute
      Specified by:
      xsetX in interface LabelType
    • unsetX

      public void unsetX()
      Unsets the "x" attribute
      Specified by:
      unsetX in interface LabelType
    • getY

      public double getY()
      Gets the "y" attribute
      Specified by:
      getY in interface LabelType
    • xgetY

      public org.apache.xmlbeans.XmlDouble xgetY()
      Gets (as xml) the "y" attribute
      Specified by:
      xgetY in interface LabelType
    • isSetY

      public boolean isSetY()
      True if has "y" attribute
      Specified by:
      isSetY in interface LabelType
    • setY

      public void setY(double y)
      Sets the "y" attribute
      Specified by:
      setY in interface LabelType
    • xsetY

      public void xsetY(org.apache.xmlbeans.XmlDouble y)
      Sets (as xml) the "y" attribute
      Specified by:
      xsetY in interface LabelType
    • unsetY

      public void unsetY()
      Unsets the "y" attribute
      Specified by:
      unsetY in interface LabelType
    • getWidth

      public double getWidth()
      Gets the "width" attribute
      Specified by:
      getWidth in interface LabelType
    • xgetWidth

      public org.apache.xmlbeans.XmlDouble xgetWidth()
      Gets (as xml) the "width" attribute
      Specified by:
      xgetWidth in interface LabelType
    • isSetWidth

      public boolean isSetWidth()
      True if has "width" attribute
      Specified by:
      isSetWidth in interface LabelType
    • setWidth

      public void setWidth(double width)
      Sets the "width" attribute
      Specified by:
      setWidth in interface LabelType
    • xsetWidth

      public void xsetWidth(org.apache.xmlbeans.XmlDouble width)
      Sets (as xml) the "width" attribute
      Specified by:
      xsetWidth in interface LabelType
    • unsetWidth

      public void unsetWidth()
      Unsets the "width" attribute
      Specified by:
      unsetWidth in interface LabelType
    • getHeight

      public double getHeight()
      Gets the "height" attribute
      Specified by:
      getHeight in interface LabelType
    • xgetHeight

      public org.apache.xmlbeans.XmlDouble xgetHeight()
      Gets (as xml) the "height" attribute
      Specified by:
      xgetHeight in interface LabelType
    • isSetHeight

      public boolean isSetHeight()
      True if has "height" attribute
      Specified by:
      isSetHeight in interface LabelType
    • setHeight

      public void setHeight(double height)
      Sets the "height" attribute
      Specified by:
      setHeight in interface LabelType
    • xsetHeight

      public void xsetHeight(org.apache.xmlbeans.XmlDouble height)
      Sets (as xml) the "height" attribute
      Specified by:
      xsetHeight in interface LabelType
    • unsetHeight

      public void unsetHeight()
      Unsets the "height" attribute
      Specified by:
      unsetHeight in interface LabelType
    • getVisible

      public boolean getVisible()
      Gets the "visible" attribute
      Specified by:
      getVisible in interface LabelType
    • xgetVisible

      public org.apache.xmlbeans.XmlBoolean xgetVisible()
      Gets (as xml) the "visible" attribute
      Specified by:
      xgetVisible in interface LabelType
    • isSetVisible

      public boolean isSetVisible()
      True if has "visible" attribute
      Specified by:
      isSetVisible in interface LabelType
    • setVisible

      public void setVisible(boolean visible)
      Sets the "visible" attribute
      Specified by:
      setVisible in interface LabelType
    • xsetVisible

      public void xsetVisible(org.apache.xmlbeans.XmlBoolean visible)
      Sets (as xml) the "visible" attribute
      Specified by:
      xsetVisible in interface LabelType
    • unsetVisible

      public void unsetVisible()
      Unsets the "visible" attribute
      Specified by:
      unsetVisible in interface LabelType
    • getAlignment

      public AlignmentType.Enum getAlignment()
      Gets the "alignment" attribute
      Specified by:
      getAlignment in interface LabelType
    • xgetAlignment

      public AlignmentType xgetAlignment()
      Gets (as xml) the "alignment" attribute
      Specified by:
      xgetAlignment in interface LabelType
    • isSetAlignment

      public boolean isSetAlignment()
      True if has "alignment" attribute
      Specified by:
      isSetAlignment in interface LabelType
    • setAlignment

      public void setAlignment(AlignmentType.Enum alignment)
      Sets the "alignment" attribute
      Specified by:
      setAlignment in interface LabelType
    • xsetAlignment

      public void xsetAlignment(AlignmentType alignment)
      Sets (as xml) the "alignment" attribute
      Specified by:
      xsetAlignment in interface LabelType
    • unsetAlignment

      public void unsetAlignment()
      Unsets the "alignment" attribute
      Specified by:
      unsetAlignment in interface LabelType
    • getTextColor

      public String getTextColor()
      Gets the "textColor" attribute
      Specified by:
      getTextColor in interface LabelType
    • xgetTextColor

      public ColorType xgetTextColor()
      Gets (as xml) the "textColor" attribute
      Specified by:
      xgetTextColor in interface LabelType
    • isSetTextColor

      public boolean isSetTextColor()
      True if has "textColor" attribute
      Specified by:
      isSetTextColor in interface LabelType
    • setTextColor

      public void setTextColor(String textColor)
      Sets the "textColor" attribute
      Specified by:
      setTextColor in interface LabelType
    • xsetTextColor

      public void xsetTextColor(ColorType textColor)
      Sets (as xml) the "textColor" attribute
      Specified by:
      xsetTextColor in interface LabelType
    • unsetTextColor

      public void unsetTextColor()
      Unsets the "textColor" attribute
      Specified by:
      unsetTextColor in interface LabelType
    • getLineColor

      public String getLineColor()
      Gets the "lineColor" attribute
      Specified by:
      getLineColor in interface LabelType
    • xgetLineColor

      public ColorType xgetLineColor()
      Gets (as xml) the "lineColor" attribute
      Specified by:
      xgetLineColor in interface LabelType
    • isSetLineColor

      public boolean isSetLineColor()
      True if has "lineColor" attribute
      Specified by:
      isSetLineColor in interface LabelType
    • setLineColor

      public void setLineColor(String lineColor)
      Sets the "lineColor" attribute
      Specified by:
      setLineColor in interface LabelType
    • xsetLineColor

      public void xsetLineColor(ColorType lineColor)
      Sets (as xml) the "lineColor" attribute
      Specified by:
      xsetLineColor in interface LabelType
    • unsetLineColor

      public void unsetLineColor()
      Unsets the "lineColor" attribute
      Specified by:
      unsetLineColor in interface LabelType
    • getHasLineColor

      public boolean getHasLineColor()
      Gets the "hasLineColor" attribute
      Specified by:
      getHasLineColor in interface LabelType
    • xgetHasLineColor

      public org.apache.xmlbeans.XmlBoolean xgetHasLineColor()
      Gets (as xml) the "hasLineColor" attribute
      Specified by:
      xgetHasLineColor in interface LabelType
    • isSetHasLineColor

      public boolean isSetHasLineColor()
      True if has "hasLineColor" attribute
      Specified by:
      isSetHasLineColor in interface LabelType
    • setHasLineColor

      public void setHasLineColor(boolean hasLineColor)
      Sets the "hasLineColor" attribute
      Specified by:
      setHasLineColor in interface LabelType
    • xsetHasLineColor

      public void xsetHasLineColor(org.apache.xmlbeans.XmlBoolean hasLineColor)
      Sets (as xml) the "hasLineColor" attribute
      Specified by:
      xsetHasLineColor in interface LabelType
    • unsetHasLineColor

      public void unsetHasLineColor()
      Unsets the "hasLineColor" attribute
      Specified by:
      unsetHasLineColor in interface LabelType
    • getBackgroundColor

      public String getBackgroundColor()
      Gets the "backgroundColor" attribute
      Specified by:
      getBackgroundColor in interface LabelType
    • xgetBackgroundColor

      public ColorType xgetBackgroundColor()
      Gets (as xml) the "backgroundColor" attribute
      Specified by:
      xgetBackgroundColor in interface LabelType
    • isSetBackgroundColor

      public boolean isSetBackgroundColor()
      True if has "backgroundColor" attribute
      Specified by:
      isSetBackgroundColor in interface LabelType
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
      Sets the "backgroundColor" attribute
      Specified by:
      setBackgroundColor in interface LabelType
    • xsetBackgroundColor

      public void xsetBackgroundColor(ColorType backgroundColor)
      Sets (as xml) the "backgroundColor" attribute
      Specified by:
      xsetBackgroundColor in interface LabelType
    • unsetBackgroundColor

      public void unsetBackgroundColor()
      Unsets the "backgroundColor" attribute
      Specified by:
      unsetBackgroundColor in interface LabelType
    • getHasBackgroundColor

      public boolean getHasBackgroundColor()
      Gets the "hasBackgroundColor" attribute
      Specified by:
      getHasBackgroundColor in interface LabelType
    • xgetHasBackgroundColor

      public org.apache.xmlbeans.XmlBoolean xgetHasBackgroundColor()
      Gets (as xml) the "hasBackgroundColor" attribute
      Specified by:
      xgetHasBackgroundColor in interface LabelType
    • isSetHasBackgroundColor

      public boolean isSetHasBackgroundColor()
      True if has "hasBackgroundColor" attribute
      Specified by:
      isSetHasBackgroundColor in interface LabelType
    • setHasBackgroundColor

      public void setHasBackgroundColor(boolean hasBackgroundColor)
      Sets the "hasBackgroundColor" attribute
      Specified by:
      setHasBackgroundColor in interface LabelType
    • xsetHasBackgroundColor

      public void xsetHasBackgroundColor(org.apache.xmlbeans.XmlBoolean hasBackgroundColor)
      Sets (as xml) the "hasBackgroundColor" attribute
      Specified by:
      xsetHasBackgroundColor in interface LabelType
    • unsetHasBackgroundColor

      public void unsetHasBackgroundColor()
      Unsets the "hasBackgroundColor" attribute
      Specified by:
      unsetHasBackgroundColor in interface LabelType
    • getHasText

      public boolean getHasText()
      Gets the "hasText" attribute
      Specified by:
      getHasText in interface LabelType
    • xgetHasText

      public org.apache.xmlbeans.XmlBoolean xgetHasText()
      Gets (as xml) the "hasText" attribute
      Specified by:
      xgetHasText in interface LabelType
    • isSetHasText

      public boolean isSetHasText()
      True if has "hasText" attribute
      Specified by:
      isSetHasText in interface LabelType
    • setHasText

      public void setHasText(boolean hasText)
      Sets the "hasText" attribute
      Specified by:
      setHasText in interface LabelType
    • xsetHasText

      public void xsetHasText(org.apache.xmlbeans.XmlBoolean hasText)
      Sets (as xml) the "hasText" attribute
      Specified by:
      xsetHasText in interface LabelType
    • unsetHasText

      public void unsetHasText()
      Unsets the "hasText" attribute
      Specified by:
      unsetHasText in interface LabelType
    • getFontFamily

      public String getFontFamily()
      Gets the "fontFamily" attribute
      Specified by:
      getFontFamily in interface LabelType
    • xgetFontFamily

      public org.apache.xmlbeans.XmlString xgetFontFamily()
      Gets (as xml) the "fontFamily" attribute
      Specified by:
      xgetFontFamily in interface LabelType
    • isSetFontFamily

      public boolean isSetFontFamily()
      True if has "fontFamily" attribute
      Specified by:
      isSetFontFamily in interface LabelType
    • setFontFamily

      public void setFontFamily(String fontFamily)
      Sets the "fontFamily" attribute
      Specified by:
      setFontFamily in interface LabelType
    • xsetFontFamily

      public void xsetFontFamily(org.apache.xmlbeans.XmlString fontFamily)
      Sets (as xml) the "fontFamily" attribute
      Specified by:
      xsetFontFamily in interface LabelType
    • unsetFontFamily

      public void unsetFontFamily()
      Unsets the "fontFamily" attribute
      Specified by:
      unsetFontFamily in interface LabelType
    • getFontSize

      public short getFontSize()
      Gets the "fontSize" attribute
      Specified by:
      getFontSize in interface LabelType
    • xgetFontSize

      public org.apache.xmlbeans.XmlUnsignedByte xgetFontSize()
      Gets (as xml) the "fontSize" attribute
      Specified by:
      xgetFontSize in interface LabelType
    • isSetFontSize

      public boolean isSetFontSize()
      True if has "fontSize" attribute
      Specified by:
      isSetFontSize in interface LabelType
    • setFontSize

      public void setFontSize(short fontSize)
      Sets the "fontSize" attribute
      Specified by:
      setFontSize in interface LabelType
    • xsetFontSize

      public void xsetFontSize(org.apache.xmlbeans.XmlUnsignedByte fontSize)
      Sets (as xml) the "fontSize" attribute
      Specified by:
      xsetFontSize in interface LabelType
    • unsetFontSize

      public void unsetFontSize()
      Unsets the "fontSize" attribute
      Specified by:
      unsetFontSize in interface LabelType
    • getFontStyle

      public FontStyleType.Enum getFontStyle()
      Gets the "fontStyle" attribute
      Specified by:
      getFontStyle in interface LabelType
    • xgetFontStyle

      public FontStyleType xgetFontStyle()
      Gets (as xml) the "fontStyle" attribute
      Specified by:
      xgetFontStyle in interface LabelType
    • isSetFontStyle

      public boolean isSetFontStyle()
      True if has "fontStyle" attribute
      Specified by:
      isSetFontStyle in interface LabelType
    • setFontStyle

      public void setFontStyle(FontStyleType.Enum fontStyle)
      Sets the "fontStyle" attribute
      Specified by:
      setFontStyle in interface LabelType
    • xsetFontStyle

      public void xsetFontStyle(FontStyleType fontStyle)
      Sets (as xml) the "fontStyle" attribute
      Specified by:
      xsetFontStyle in interface LabelType
    • unsetFontStyle

      public void unsetFontStyle()
      Unsets the "fontStyle" attribute
      Specified by:
      unsetFontStyle in interface LabelType
    • getRotationAngle

      public double getRotationAngle()
      Gets the "rotationAngle" attribute
      Specified by:
      getRotationAngle in interface LabelType
    • xgetRotationAngle

      public org.apache.xmlbeans.XmlDouble xgetRotationAngle()
      Gets (as xml) the "rotationAngle" attribute
      Specified by:
      xgetRotationAngle in interface LabelType
    • isSetRotationAngle

      public boolean isSetRotationAngle()
      True if has "rotationAngle" attribute
      Specified by:
      isSetRotationAngle in interface LabelType
    • setRotationAngle

      public void setRotationAngle(double rotationAngle)
      Sets the "rotationAngle" attribute
      Specified by:
      setRotationAngle in interface LabelType
    • xsetRotationAngle

      public void xsetRotationAngle(org.apache.xmlbeans.XmlDouble rotationAngle)
      Sets (as xml) the "rotationAngle" attribute
      Specified by:
      xsetRotationAngle in interface LabelType
    • unsetRotationAngle

      public void unsetRotationAngle()
      Unsets the "rotationAngle" attribute
      Specified by:
      unsetRotationAngle in interface LabelType
    • getIcon

      public String getIcon()
      Gets the "icon" attribute
      Specified by:
      getIcon in interface LabelType
    • xgetIcon

      public org.apache.xmlbeans.XmlAnyURI xgetIcon()
      Gets (as xml) the "icon" attribute
      Specified by:
      xgetIcon in interface LabelType
    • isSetIcon

      public boolean isSetIcon()
      True if has "icon" attribute
      Specified by:
      isSetIcon in interface LabelType
    • setIcon

      public void setIcon(String icon)
      Sets the "icon" attribute
      Specified by:
      setIcon in interface LabelType
    • xsetIcon

      public void xsetIcon(org.apache.xmlbeans.XmlAnyURI icon)
      Sets (as xml) the "icon" attribute
      Specified by:
      xsetIcon in interface LabelType
    • unsetIcon

      public void unsetIcon()
      Unsets the "icon" attribute
      Specified by:
      unsetIcon in interface LabelType
    • getImage

      public String getImage()
      Gets the "image" attribute
      Specified by:
      getImage in interface LabelType
    • xgetImage

      public org.apache.xmlbeans.XmlString xgetImage()
      Gets (as xml) the "image" attribute
      Specified by:
      xgetImage in interface LabelType
    • isSetImage

      public boolean isSetImage()
      True if has "image" attribute
      Specified by:
      isSetImage in interface LabelType
    • setImage

      public void setImage(String image)
      Sets the "image" attribute
      Specified by:
      setImage in interface LabelType
    • xsetImage

      public void xsetImage(org.apache.xmlbeans.XmlString image)
      Sets (as xml) the "image" attribute
      Specified by:
      xsetImage in interface LabelType
    • unsetImage

      public void unsetImage()
      Unsets the "image" attribute
      Specified by:
      unsetImage in interface LabelType
    • getIconData

      public String getIconData()
      Gets the "iconData" attribute
      Specified by:
      getIconData in interface LabelType
    • xgetIconData

      public org.apache.xmlbeans.XmlString xgetIconData()
      Gets (as xml) the "iconData" attribute
      Specified by:
      xgetIconData in interface LabelType
    • isSetIconData

      public boolean isSetIconData()
      True if has "iconData" attribute
      Specified by:
      isSetIconData in interface LabelType
    • setIconData

      public void setIconData(String iconData)
      Sets the "iconData" attribute
      Specified by:
      setIconData in interface LabelType
    • xsetIconData

      public void xsetIconData(org.apache.xmlbeans.XmlString iconData)
      Sets (as xml) the "iconData" attribute
      Specified by:
      xsetIconData in interface LabelType
    • unsetIconData

      public void unsetIconData()
      Unsets the "iconData" attribute
      Specified by:
      unsetIconData in interface LabelType
    • getUnderlinedText

      public boolean getUnderlinedText()
      Gets the "underlinedText" attribute
      Specified by:
      getUnderlinedText in interface LabelType
    • xgetUnderlinedText

      public org.apache.xmlbeans.XmlBoolean xgetUnderlinedText()
      Gets (as xml) the "underlinedText" attribute
      Specified by:
      xgetUnderlinedText in interface LabelType
    • isSetUnderlinedText

      public boolean isSetUnderlinedText()
      True if has "underlinedText" attribute
      Specified by:
      isSetUnderlinedText in interface LabelType
    • setUnderlinedText

      public void setUnderlinedText(boolean underlinedText)
      Sets the "underlinedText" attribute
      Specified by:
      setUnderlinedText in interface LabelType
    • xsetUnderlinedText

      public void xsetUnderlinedText(org.apache.xmlbeans.XmlBoolean underlinedText)
      Sets (as xml) the "underlinedText" attribute
      Specified by:
      xsetUnderlinedText in interface LabelType
    • unsetUnderlinedText

      public void unsetUnderlinedText()
      Unsets the "underlinedText" attribute
      Specified by:
      unsetUnderlinedText in interface LabelType
    • getHorizontalTextPosition

      public HorizontalTextPositionType.Enum getHorizontalTextPosition()
      Gets the "horizontalTextPosition" attribute
      Specified by:
      getHorizontalTextPosition in interface LabelType
    • xgetHorizontalTextPosition

      public HorizontalTextPositionType xgetHorizontalTextPosition()
      Gets (as xml) the "horizontalTextPosition" attribute
      Specified by:
      xgetHorizontalTextPosition in interface LabelType
    • isSetHorizontalTextPosition

      public boolean isSetHorizontalTextPosition()
      True if has "horizontalTextPosition" attribute
      Specified by:
      isSetHorizontalTextPosition in interface LabelType
    • setHorizontalTextPosition

      public void setHorizontalTextPosition(HorizontalTextPositionType.Enum horizontalTextPosition)
      Sets the "horizontalTextPosition" attribute
      Specified by:
      setHorizontalTextPosition in interface LabelType
    • xsetHorizontalTextPosition

      public void xsetHorizontalTextPosition(HorizontalTextPositionType horizontalTextPosition)
      Sets (as xml) the "horizontalTextPosition" attribute
      Specified by:
      xsetHorizontalTextPosition in interface LabelType
    • unsetHorizontalTextPosition

      public void unsetHorizontalTextPosition()
      Unsets the "horizontalTextPosition" attribute
      Specified by:
      unsetHorizontalTextPosition in interface LabelType
    • getVerticalTextPosition

      public VerticalTextPositionType.Enum getVerticalTextPosition()
      Gets the "verticalTextPosition" attribute
      Specified by:
      getVerticalTextPosition in interface LabelType
    • xgetVerticalTextPosition

      public VerticalTextPositionType xgetVerticalTextPosition()
      Gets (as xml) the "verticalTextPosition" attribute
      Specified by:
      xgetVerticalTextPosition in interface LabelType
    • isSetVerticalTextPosition

      public boolean isSetVerticalTextPosition()
      True if has "verticalTextPosition" attribute
      Specified by:
      isSetVerticalTextPosition in interface LabelType
    • setVerticalTextPosition

      public void setVerticalTextPosition(VerticalTextPositionType.Enum verticalTextPosition)
      Sets the "verticalTextPosition" attribute
      Specified by:
      setVerticalTextPosition in interface LabelType
    • xsetVerticalTextPosition

      public void xsetVerticalTextPosition(VerticalTextPositionType verticalTextPosition)
      Sets (as xml) the "verticalTextPosition" attribute
      Specified by:
      xsetVerticalTextPosition in interface LabelType
    • unsetVerticalTextPosition

      public void unsetVerticalTextPosition()
      Unsets the "verticalTextPosition" attribute
      Specified by:
      unsetVerticalTextPosition in interface LabelType
    • getIconTextGap

      public byte getIconTextGap()
      Gets the "iconTextGap" attribute
      Specified by:
      getIconTextGap in interface LabelType
    • xgetIconTextGap

      public org.apache.xmlbeans.XmlByte xgetIconTextGap()
      Gets (as xml) the "iconTextGap" attribute
      Specified by:
      xgetIconTextGap in interface LabelType
    • isSetIconTextGap

      public boolean isSetIconTextGap()
      True if has "iconTextGap" attribute
      Specified by:
      isSetIconTextGap in interface LabelType
    • setIconTextGap

      public void setIconTextGap(byte iconTextGap)
      Sets the "iconTextGap" attribute
      Specified by:
      setIconTextGap in interface LabelType
    • xsetIconTextGap

      public void xsetIconTextGap(org.apache.xmlbeans.XmlByte iconTextGap)
      Sets (as xml) the "iconTextGap" attribute
      Specified by:
      xsetIconTextGap in interface LabelType
    • unsetIconTextGap

      public void unsetIconTextGap()
      Unsets the "iconTextGap" attribute
      Specified by:
      unsetIconTextGap in interface LabelType
    • getConfiguration

      public String getConfiguration()
      Gets the "configuration" attribute
      Specified by:
      getConfiguration in interface LabelType
    • xgetConfiguration

      public org.apache.xmlbeans.XmlString xgetConfiguration()
      Gets (as xml) the "configuration" attribute
      Specified by:
      xgetConfiguration in interface LabelType
    • isSetConfiguration

      public boolean isSetConfiguration()
      True if has "configuration" attribute
      Specified by:
      isSetConfiguration in interface LabelType
    • setConfiguration

      public void setConfiguration(String configuration)
      Sets the "configuration" attribute
      Specified by:
      setConfiguration in interface LabelType
    • xsetConfiguration

      public void xsetConfiguration(org.apache.xmlbeans.XmlString configuration)
      Sets (as xml) the "configuration" attribute
      Specified by:
      xsetConfiguration in interface LabelType
    • unsetConfiguration

      public void unsetConfiguration()
      Unsets the "configuration" attribute
      Specified by:
      unsetConfiguration in interface LabelType