http://www.yworks.com/xml/graphml
complexType QuadCurveEdge.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}Edge.type (restriction)
|
+--{http://www.yworks.com/xml/graphml}QuadCurveEdge.type (extension)

Documentation
Complex type that describes the attributes of a QuadCurveEdgeRealizer in yFiles.
Properties
This component is not nillable.

Model
<...
  selected = xs:boolean
  straightness = xs:double>
(Path?, LineStyle?, Arrows, EdgeLabel*, SourcePort?, TargetPort? )
</...>


Nested Element Summary
 Arrows
           The source and target arrows.  
EdgeLabel.typeEdgeLabel
           The edge label(s).  
LineStyle.typeLineStyle
           The line style used to draw the edge.  
Path.typePath
           The edge path.  
EdgePort.typeSourcePort
           The visual edge source port.  
EdgePort.typeTargetPort
           The visual edge target port.  

Attribute Summary
 xs:booleanselected
           Whether the edge currently is selected.  
 xs:doublestraightness
           The straightness of the curve.  

Attribute Detail

selected

Whether the edge currently is selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

straightness

The straightness of the curve.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:complexType name="QuadCurveEdge.type">
<xs:complexContent>
<xs:extension base="Edge.type">
<xs:attribute name="straightness" type="xs:double" use="optional">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.