http://www.yworks.com/xml/graphml
element QuadCurveEdge

Documentation
QuadCurveEdgeRealizer element definition.
Properties
This component is not nillable.

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


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:element name="QuadCurveEdge" type="QuadCurveEdge.type">
</xs:element>


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