Interface EdgeLabelType

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

public interface EdgeLabelType extends LabelType
An XML EdgeLabel.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

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

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

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

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

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

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

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

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

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

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

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

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

      PreferredPlacementType.Enum getPreferredPlacement()
      Gets the "preferredPlacement" attribute
    • xgetPreferredPlacement

      PreferredPlacementType xgetPreferredPlacement()
      Gets (as xml) the "preferredPlacement" attribute
    • isSetPreferredPlacement

      boolean isSetPreferredPlacement()
      True if has "preferredPlacement" attribute
    • setPreferredPlacement

      void setPreferredPlacement(PreferredPlacementType.Enum preferredPlacement)
      Sets the "preferredPlacement" attribute
    • xsetPreferredPlacement

      void xsetPreferredPlacement(PreferredPlacementType preferredPlacement)
      Sets (as xml) the "preferredPlacement" attribute
    • unsetPreferredPlacement

      void unsetPreferredPlacement()
      Unsets the "preferredPlacement" attribute
    • getDistance

      double getDistance()
      Gets the "distance" attribute
    • xgetDistance

      org.apache.xmlbeans.XmlDouble xgetDistance()
      Gets (as xml) the "distance" attribute
    • isSetDistance

      boolean isSetDistance()
      True if has "distance" attribute
    • setDistance

      void setDistance(double distance)
      Sets the "distance" attribute
    • xsetDistance

      void xsetDistance(org.apache.xmlbeans.XmlDouble distance)
      Sets (as xml) the "distance" attribute
    • unsetDistance

      void unsetDistance()
      Unsets the "distance" attribute
    • getRatio

      double getRatio()
      Gets the "ratio" attribute
    • xgetRatio

      org.apache.xmlbeans.XmlDouble xgetRatio()
      Gets (as xml) the "ratio" attribute
    • isSetRatio

      boolean isSetRatio()
      True if has "ratio" attribute
    • setRatio

      void setRatio(double ratio)
      Sets the "ratio" attribute
    • xsetRatio

      void xsetRatio(org.apache.xmlbeans.XmlDouble ratio)
      Sets (as xml) the "ratio" attribute
    • unsetRatio

      void unsetRatio()
      Unsets the "ratio" attribute