Interface NodeLabelType

All Superinterfaces:
LabelType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
NodeLabelTypeImpl

public interface NodeLabelType extends LabelType
An XML NodeLabel.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Field Details

    • type

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

    • getModelName

      NodeLabelModelType.Enum getModelName()
      Gets the "modelName" attribute
    • xgetModelName

      NodeLabelModelType xgetModelName()
      Gets (as xml) the "modelName" attribute
    • isSetModelName

      boolean isSetModelName()
      True if has "modelName" attribute
    • setModelName

      void setModelName(NodeLabelModelType.Enum modelName)
      Sets the "modelName" attribute
    • xsetModelName

      void xsetModelName(NodeLabelModelType modelName)
      Sets (as xml) the "modelName" attribute
    • unsetModelName

      void unsetModelName()
      Unsets the "modelName" attribute
    • getModelPosition

      NodeLabelPositionType.Enum getModelPosition()
      Gets the "modelPosition" attribute
    • xgetModelPosition

      NodeLabelPositionType xgetModelPosition()
      Gets (as xml) the "modelPosition" attribute
    • isSetModelPosition

      boolean isSetModelPosition()
      True if has "modelPosition" attribute
    • setModelPosition

      void setModelPosition(NodeLabelPositionType.Enum modelPosition)
      Sets the "modelPosition" attribute
    • xsetModelPosition

      void xsetModelPosition(NodeLabelPositionType modelPosition)
      Sets (as xml) the "modelPosition" attribute
    • unsetModelPosition

      void unsetModelPosition()
      Unsets the "modelPosition" attribute
    • getAutoSizePolicy

      AutoSizePolicyType.Enum getAutoSizePolicy()
      Gets the "autoSizePolicy" attribute
    • xgetAutoSizePolicy

      AutoSizePolicyType xgetAutoSizePolicy()
      Gets (as xml) the "autoSizePolicy" attribute
    • isSetAutoSizePolicy

      boolean isSetAutoSizePolicy()
      True if has "autoSizePolicy" attribute
    • setAutoSizePolicy

      void setAutoSizePolicy(AutoSizePolicyType.Enum autoSizePolicy)
      Sets the "autoSizePolicy" attribute
    • xsetAutoSizePolicy

      void xsetAutoSizePolicy(AutoSizePolicyType autoSizePolicy)
      Sets (as xml) the "autoSizePolicy" attribute
    • unsetAutoSizePolicy

      void unsetAutoSizePolicy()
      Unsets the "autoSizePolicy" attribute
    • getBorderDistance

      double getBorderDistance()
      Gets the "borderDistance" attribute
    • xgetBorderDistance

      org.apache.xmlbeans.XmlDouble xgetBorderDistance()
      Gets (as xml) the "borderDistance" attribute
    • isSetBorderDistance

      boolean isSetBorderDistance()
      True if has "borderDistance" attribute
    • setBorderDistance

      void setBorderDistance(double borderDistance)
      Sets the "borderDistance" attribute
    • xsetBorderDistance

      void xsetBorderDistance(org.apache.xmlbeans.XmlDouble borderDistance)
      Sets (as xml) the "borderDistance" attribute
    • unsetBorderDistance

      void unsetBorderDistance()
      Unsets the "borderDistance" attribute