Interface ArcEdgeType.Arc

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ArcEdgeTypeImpl.ArcImpl
Enclosing interface:
ArcEdgeType

public static interface ArcEdgeType.Arc extends org.apache.xmlbeans.XmlObject
An XML Arc(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the "height" attribute
    double
    Gets the "ratio" attribute
    Gets the "type" attribute
    boolean
    True if has "height" attribute
    boolean
    True if has "ratio" attribute
    boolean
    True if has "type" attribute
    void
    setHeight(double height)
    Sets the "height" attribute
    void
    setRatio(double ratio)
    Sets the "ratio" attribute
    void
    Sets the "type" attribute
    void
    Unsets the "height" attribute
    void
    Unsets the "ratio" attribute
    void
    Unsets the "type" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "height" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "ratio" attribute
    Gets (as xml) the "type" attribute
    void
    xsetHeight(org.apache.xmlbeans.XmlDouble height)
    Sets (as xml) the "height" attribute
    void
    xsetRatio(org.apache.xmlbeans.XmlDouble ratio)
    Sets (as xml) the "ratio" attribute
    void
    Sets (as xml) the "type" attribute

    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
  • Field Details

    • type

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

    • getType

      ArcType.Enum getType()
      Gets the "type" attribute
    • xgetType

      ArcType xgetType()
      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(ArcType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(ArcType type)
      Sets (as xml) the "type" attribute
    • unsetType

      void unsetType()
      Unsets the "type" 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
    • 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