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

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

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


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


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