Interface LabelType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
EdgeLabelType, NodeLabelType
All Known Implementing Classes:
EdgeLabelTypeImpl, LabelTypeImpl, NodeLabelTypeImpl

public interface LabelType extends org.apache.xmlbeans.XmlObject
An XML Label.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getLabelModel

      LabelType.LabelModel getLabelModel()
      Gets the "LabelModel" element
    • isSetLabelModel

      boolean isSetLabelModel()
      True if has "LabelModel" element
    • setLabelModel

      void setLabelModel(LabelType.LabelModel labelModel)
      Sets the "LabelModel" element
    • addNewLabelModel

      LabelType.LabelModel addNewLabelModel()
      Appends and returns a new empty "LabelModel" element
    • unsetLabelModel

      void unsetLabelModel()
      Unsets the "LabelModel" element
    • getModelParameter

      LabelType.ModelParameter getModelParameter()
      Gets the "ModelParameter" element
    • isSetModelParameter

      boolean isSetModelParameter()
      True if has "ModelParameter" element
    • setModelParameter

      void setModelParameter(LabelType.ModelParameter modelParameter)
      Sets the "ModelParameter" element
    • addNewModelParameter

      LabelType.ModelParameter addNewModelParameter()
      Appends and returns a new empty "ModelParameter" element
    • unsetModelParameter

      void unsetModelParameter()
      Unsets the "ModelParameter" element
    • getX

      double getX()
      Gets the "x" attribute
    • xgetX

      org.apache.xmlbeans.XmlDouble xgetX()
      Gets (as xml) the "x" attribute
    • isSetX

      boolean isSetX()
      True if has "x" attribute
    • setX

      void setX(double x)
      Sets the "x" attribute
    • xsetX

      void xsetX(org.apache.xmlbeans.XmlDouble x)
      Sets (as xml) the "x" attribute
    • unsetX

      void unsetX()
      Unsets the "x" attribute
    • getY

      double getY()
      Gets the "y" attribute
    • xgetY

      org.apache.xmlbeans.XmlDouble xgetY()
      Gets (as xml) the "y" attribute
    • isSetY

      boolean isSetY()
      True if has "y" attribute
    • setY

      void setY(double y)
      Sets the "y" attribute
    • xsetY

      void xsetY(org.apache.xmlbeans.XmlDouble y)
      Sets (as xml) the "y" attribute
    • unsetY

      void unsetY()
      Unsets the "y" attribute
    • getWidth

      double getWidth()
      Gets the "width" attribute
    • xgetWidth

      org.apache.xmlbeans.XmlDouble xgetWidth()
      Gets (as xml) the "width" attribute
    • isSetWidth

      boolean isSetWidth()
      True if has "width" attribute
    • setWidth

      void setWidth(double width)
      Sets the "width" attribute
    • xsetWidth

      void xsetWidth(org.apache.xmlbeans.XmlDouble width)
      Sets (as xml) the "width" attribute
    • unsetWidth

      void unsetWidth()
      Unsets the "width" attribute
    • getHeight

      double getHeight()
      Gets the "height" attribute
    • xgetHeight

      org.apache.xmlbeans.XmlDouble xgetHeight()
      Gets (as xml) the "height" attribute
    • isSetHeight

      boolean isSetHeight()
      True if has "height" attribute
    • setHeight

      void setHeight(double height)
      Sets the "height" attribute
    • xsetHeight

      void xsetHeight(org.apache.xmlbeans.XmlDouble height)
      Sets (as xml) the "height" attribute
    • unsetHeight

      void unsetHeight()
      Unsets the "height" attribute
    • getVisible

      boolean getVisible()
      Gets the "visible" attribute
    • xgetVisible

      org.apache.xmlbeans.XmlBoolean xgetVisible()
      Gets (as xml) the "visible" attribute
    • isSetVisible

      boolean isSetVisible()
      True if has "visible" attribute
    • setVisible

      void setVisible(boolean visible)
      Sets the "visible" attribute
    • xsetVisible

      void xsetVisible(org.apache.xmlbeans.XmlBoolean visible)
      Sets (as xml) the "visible" attribute
    • unsetVisible

      void unsetVisible()
      Unsets the "visible" attribute
    • getAlignment

      AlignmentType.Enum getAlignment()
      Gets the "alignment" attribute
    • xgetAlignment

      AlignmentType xgetAlignment()
      Gets (as xml) the "alignment" attribute
    • isSetAlignment

      boolean isSetAlignment()
      True if has "alignment" attribute
    • setAlignment

      void setAlignment(AlignmentType.Enum alignment)
      Sets the "alignment" attribute
    • xsetAlignment

      void xsetAlignment(AlignmentType alignment)
      Sets (as xml) the "alignment" attribute
    • unsetAlignment

      void unsetAlignment()
      Unsets the "alignment" attribute
    • getTextColor

      String getTextColor()
      Gets the "textColor" attribute
    • xgetTextColor

      ColorType xgetTextColor()
      Gets (as xml) the "textColor" attribute
    • isSetTextColor

      boolean isSetTextColor()
      True if has "textColor" attribute
    • setTextColor

      void setTextColor(String textColor)
      Sets the "textColor" attribute
    • xsetTextColor

      void xsetTextColor(ColorType textColor)
      Sets (as xml) the "textColor" attribute
    • unsetTextColor

      void unsetTextColor()
      Unsets the "textColor" attribute
    • getLineColor

      String getLineColor()
      Gets the "lineColor" attribute
    • xgetLineColor

      ColorType xgetLineColor()
      Gets (as xml) the "lineColor" attribute
    • isSetLineColor

      boolean isSetLineColor()
      True if has "lineColor" attribute
    • setLineColor

      void setLineColor(String lineColor)
      Sets the "lineColor" attribute
    • xsetLineColor

      void xsetLineColor(ColorType lineColor)
      Sets (as xml) the "lineColor" attribute
    • unsetLineColor

      void unsetLineColor()
      Unsets the "lineColor" attribute
    • getHasLineColor

      boolean getHasLineColor()
      Gets the "hasLineColor" attribute
    • xgetHasLineColor

      org.apache.xmlbeans.XmlBoolean xgetHasLineColor()
      Gets (as xml) the "hasLineColor" attribute
    • isSetHasLineColor

      boolean isSetHasLineColor()
      True if has "hasLineColor" attribute
    • setHasLineColor

      void setHasLineColor(boolean hasLineColor)
      Sets the "hasLineColor" attribute
    • xsetHasLineColor

      void xsetHasLineColor(org.apache.xmlbeans.XmlBoolean hasLineColor)
      Sets (as xml) the "hasLineColor" attribute
    • unsetHasLineColor

      void unsetHasLineColor()
      Unsets the "hasLineColor" attribute
    • getBackgroundColor

      String getBackgroundColor()
      Gets the "backgroundColor" attribute
    • xgetBackgroundColor

      ColorType xgetBackgroundColor()
      Gets (as xml) the "backgroundColor" attribute
    • isSetBackgroundColor

      boolean isSetBackgroundColor()
      True if has "backgroundColor" attribute
    • setBackgroundColor

      void setBackgroundColor(String backgroundColor)
      Sets the "backgroundColor" attribute
    • xsetBackgroundColor

      void xsetBackgroundColor(ColorType backgroundColor)
      Sets (as xml) the "backgroundColor" attribute
    • unsetBackgroundColor

      void unsetBackgroundColor()
      Unsets the "backgroundColor" attribute
    • getHasBackgroundColor

      boolean getHasBackgroundColor()
      Gets the "hasBackgroundColor" attribute
    • xgetHasBackgroundColor

      org.apache.xmlbeans.XmlBoolean xgetHasBackgroundColor()
      Gets (as xml) the "hasBackgroundColor" attribute
    • isSetHasBackgroundColor

      boolean isSetHasBackgroundColor()
      True if has "hasBackgroundColor" attribute
    • setHasBackgroundColor

      void setHasBackgroundColor(boolean hasBackgroundColor)
      Sets the "hasBackgroundColor" attribute
    • xsetHasBackgroundColor

      void xsetHasBackgroundColor(org.apache.xmlbeans.XmlBoolean hasBackgroundColor)
      Sets (as xml) the "hasBackgroundColor" attribute
    • unsetHasBackgroundColor

      void unsetHasBackgroundColor()
      Unsets the "hasBackgroundColor" attribute
    • getHasText

      boolean getHasText()
      Gets the "hasText" attribute
    • xgetHasText

      org.apache.xmlbeans.XmlBoolean xgetHasText()
      Gets (as xml) the "hasText" attribute
    • isSetHasText

      boolean isSetHasText()
      True if has "hasText" attribute
    • setHasText

      void setHasText(boolean hasText)
      Sets the "hasText" attribute
    • xsetHasText

      void xsetHasText(org.apache.xmlbeans.XmlBoolean hasText)
      Sets (as xml) the "hasText" attribute
    • unsetHasText

      void unsetHasText()
      Unsets the "hasText" attribute
    • getFontFamily

      String getFontFamily()
      Gets the "fontFamily" attribute
    • xgetFontFamily

      org.apache.xmlbeans.XmlString xgetFontFamily()
      Gets (as xml) the "fontFamily" attribute
    • isSetFontFamily

      boolean isSetFontFamily()
      True if has "fontFamily" attribute
    • setFontFamily

      void setFontFamily(String fontFamily)
      Sets the "fontFamily" attribute
    • xsetFontFamily

      void xsetFontFamily(org.apache.xmlbeans.XmlString fontFamily)
      Sets (as xml) the "fontFamily" attribute
    • unsetFontFamily

      void unsetFontFamily()
      Unsets the "fontFamily" attribute
    • getFontSize

      short getFontSize()
      Gets the "fontSize" attribute
    • xgetFontSize

      org.apache.xmlbeans.XmlUnsignedByte xgetFontSize()
      Gets (as xml) the "fontSize" attribute
    • isSetFontSize

      boolean isSetFontSize()
      True if has "fontSize" attribute
    • setFontSize

      void setFontSize(short fontSize)
      Sets the "fontSize" attribute
    • xsetFontSize

      void xsetFontSize(org.apache.xmlbeans.XmlUnsignedByte fontSize)
      Sets (as xml) the "fontSize" attribute
    • unsetFontSize

      void unsetFontSize()
      Unsets the "fontSize" attribute
    • getFontStyle

      FontStyleType.Enum getFontStyle()
      Gets the "fontStyle" attribute
    • xgetFontStyle

      FontStyleType xgetFontStyle()
      Gets (as xml) the "fontStyle" attribute
    • isSetFontStyle

      boolean isSetFontStyle()
      True if has "fontStyle" attribute
    • setFontStyle

      void setFontStyle(FontStyleType.Enum fontStyle)
      Sets the "fontStyle" attribute
    • xsetFontStyle

      void xsetFontStyle(FontStyleType fontStyle)
      Sets (as xml) the "fontStyle" attribute
    • unsetFontStyle

      void unsetFontStyle()
      Unsets the "fontStyle" attribute
    • getRotationAngle

      double getRotationAngle()
      Gets the "rotationAngle" attribute
    • xgetRotationAngle

      org.apache.xmlbeans.XmlDouble xgetRotationAngle()
      Gets (as xml) the "rotationAngle" attribute
    • isSetRotationAngle

      boolean isSetRotationAngle()
      True if has "rotationAngle" attribute
    • setRotationAngle

      void setRotationAngle(double rotationAngle)
      Sets the "rotationAngle" attribute
    • xsetRotationAngle

      void xsetRotationAngle(org.apache.xmlbeans.XmlDouble rotationAngle)
      Sets (as xml) the "rotationAngle" attribute
    • unsetRotationAngle

      void unsetRotationAngle()
      Unsets the "rotationAngle" attribute
    • getIcon

      String getIcon()
      Gets the "icon" attribute
    • xgetIcon

      org.apache.xmlbeans.XmlAnyURI xgetIcon()
      Gets (as xml) the "icon" attribute
    • isSetIcon

      boolean isSetIcon()
      True if has "icon" attribute
    • setIcon

      void setIcon(String icon)
      Sets the "icon" attribute
    • xsetIcon

      void xsetIcon(org.apache.xmlbeans.XmlAnyURI icon)
      Sets (as xml) the "icon" attribute
    • unsetIcon

      void unsetIcon()
      Unsets the "icon" attribute
    • getImage

      String getImage()
      Gets the "image" attribute
    • xgetImage

      org.apache.xmlbeans.XmlString xgetImage()
      Gets (as xml) the "image" attribute
    • isSetImage

      boolean isSetImage()
      True if has "image" attribute
    • setImage

      void setImage(String image)
      Sets the "image" attribute
    • xsetImage

      void xsetImage(org.apache.xmlbeans.XmlString image)
      Sets (as xml) the "image" attribute
    • unsetImage

      void unsetImage()
      Unsets the "image" attribute
    • getIconData

      String getIconData()
      Gets the "iconData" attribute
    • xgetIconData

      org.apache.xmlbeans.XmlString xgetIconData()
      Gets (as xml) the "iconData" attribute
    • isSetIconData

      boolean isSetIconData()
      True if has "iconData" attribute
    • setIconData

      void setIconData(String iconData)
      Sets the "iconData" attribute
    • xsetIconData

      void xsetIconData(org.apache.xmlbeans.XmlString iconData)
      Sets (as xml) the "iconData" attribute
    • unsetIconData

      void unsetIconData()
      Unsets the "iconData" attribute
    • getUnderlinedText

      boolean getUnderlinedText()
      Gets the "underlinedText" attribute
    • xgetUnderlinedText

      org.apache.xmlbeans.XmlBoolean xgetUnderlinedText()
      Gets (as xml) the "underlinedText" attribute
    • isSetUnderlinedText

      boolean isSetUnderlinedText()
      True if has "underlinedText" attribute
    • setUnderlinedText

      void setUnderlinedText(boolean underlinedText)
      Sets the "underlinedText" attribute
    • xsetUnderlinedText

      void xsetUnderlinedText(org.apache.xmlbeans.XmlBoolean underlinedText)
      Sets (as xml) the "underlinedText" attribute
    • unsetUnderlinedText

      void unsetUnderlinedText()
      Unsets the "underlinedText" attribute
    • getHorizontalTextPosition

      HorizontalTextPositionType.Enum getHorizontalTextPosition()
      Gets the "horizontalTextPosition" attribute
    • xgetHorizontalTextPosition

      HorizontalTextPositionType xgetHorizontalTextPosition()
      Gets (as xml) the "horizontalTextPosition" attribute
    • isSetHorizontalTextPosition

      boolean isSetHorizontalTextPosition()
      True if has "horizontalTextPosition" attribute
    • setHorizontalTextPosition

      void setHorizontalTextPosition(HorizontalTextPositionType.Enum horizontalTextPosition)
      Sets the "horizontalTextPosition" attribute
    • xsetHorizontalTextPosition

      void xsetHorizontalTextPosition(HorizontalTextPositionType horizontalTextPosition)
      Sets (as xml) the "horizontalTextPosition" attribute
    • unsetHorizontalTextPosition

      void unsetHorizontalTextPosition()
      Unsets the "horizontalTextPosition" attribute
    • getVerticalTextPosition

      VerticalTextPositionType.Enum getVerticalTextPosition()
      Gets the "verticalTextPosition" attribute
    • xgetVerticalTextPosition

      VerticalTextPositionType xgetVerticalTextPosition()
      Gets (as xml) the "verticalTextPosition" attribute
    • isSetVerticalTextPosition

      boolean isSetVerticalTextPosition()
      True if has "verticalTextPosition" attribute
    • setVerticalTextPosition

      void setVerticalTextPosition(VerticalTextPositionType.Enum verticalTextPosition)
      Sets the "verticalTextPosition" attribute
    • xsetVerticalTextPosition

      void xsetVerticalTextPosition(VerticalTextPositionType verticalTextPosition)
      Sets (as xml) the "verticalTextPosition" attribute
    • unsetVerticalTextPosition

      void unsetVerticalTextPosition()
      Unsets the "verticalTextPosition" attribute
    • getIconTextGap

      byte getIconTextGap()
      Gets the "iconTextGap" attribute
    • xgetIconTextGap

      org.apache.xmlbeans.XmlByte xgetIconTextGap()
      Gets (as xml) the "iconTextGap" attribute
    • isSetIconTextGap

      boolean isSetIconTextGap()
      True if has "iconTextGap" attribute
    • setIconTextGap

      void setIconTextGap(byte iconTextGap)
      Sets the "iconTextGap" attribute
    • xsetIconTextGap

      void xsetIconTextGap(org.apache.xmlbeans.XmlByte iconTextGap)
      Sets (as xml) the "iconTextGap" attribute
    • unsetIconTextGap

      void unsetIconTextGap()
      Unsets the "iconTextGap" attribute
    • getConfiguration

      String getConfiguration()
      Gets the "configuration" attribute
    • xgetConfiguration

      org.apache.xmlbeans.XmlString xgetConfiguration()
      Gets (as xml) the "configuration" attribute
    • isSetConfiguration

      boolean isSetConfiguration()
      True if has "configuration" attribute
    • setConfiguration

      void setConfiguration(String configuration)
      Sets the "configuration" attribute
    • xsetConfiguration

      void xsetConfiguration(org.apache.xmlbeans.XmlString configuration)
      Sets (as xml) the "configuration" attribute
    • unsetConfiguration

      void unsetConfiguration()
      Unsets the "configuration" attribute