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

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

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


Nested Element Summary
 Arc
           The Arc.  
 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.  

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="ArcEdge.type">
<xs:complexContent>
<xs:extension base="Edge.type">
<xs:sequence>
<xs:element name="Arc">
<xs:complexType>
<xs:attribute name="type" type="arc.type" use="optional">
</xs:attribute>
<xs:attribute name="height" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="ratio" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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