Interface QuadCurveEdgeType

All Superinterfaces:
EdgeType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
QuadCurveEdgeTypeImpl

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

    • type

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

    • getStraightness

      double getStraightness()
      Gets the "straightness" attribute
    • xgetStraightness

      org.apache.xmlbeans.XmlDouble xgetStraightness()
      Gets (as xml) the "straightness" attribute
    • isSetStraightness

      boolean isSetStraightness()
      True if has "straightness" attribute
    • setStraightness

      void setStraightness(double straightness)
      Sets the "straightness" attribute
    • xsetStraightness

      void xsetStraightness(org.apache.xmlbeans.XmlDouble straightness)
      Sets (as xml) the "straightness" attribute
    • unsetStraightness

      void unsetStraightness()
      Unsets the "straightness" attribute