http://www.yworks.com/xml/graphml
complexType PolyLineEdge.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}PolyLineEdge.type (extension)

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

Model
<...
  selected = xs:boolean>
(Path?, LineStyle?, Arrows, EdgeLabel* ) BendStyle
</...>


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

Attribute Summary
 xs:booleanselected
           Whether the edge currently is selected.  

Attribute Detail

selected

Whether the edge currently is selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="PolyLineEdge.type">
<xs:complexContent>
<xs:extension base="Edge.type">
<xs:sequence>
<xs:element name="BendStyle">
<xs:complexType>
<xs:attribute name="smoothed" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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