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

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

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


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.  
 UserData
           Represents the UserData that holds the actual state of this realizer instance.  

Attribute Summary
 xs:stringconfiguration
          The name of the configuration. 
 xs:booleanselected
           Whether the edge currently is selected.  

Attribute Detail

configuration

The name of the configuration. This configuration must have been registered previously.

Type:
xs:string
Use:
required
Form:
unqualified

selected

Whether the edge currently is selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="GenericEdge.type">
<xs:complexContent>
<xs:extension base="Edge.type">
<xs:sequence>
<xs:element name="UserData">
<xs:complexType>
<xs:attribute name="class" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="value" type="xs:string" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="configuration" type="xs:string" use="required">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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