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

Documentation
Element type definition for a simple style property.
Properties
This component is not nillable.

Model
<SimpleStyle
  fillColor = color.type
  lineColor = color.type
  lineType = lineType.type
  lineWidth = xs:double>

</SimpleStyle>


Attribute Summary
 color.typefillColor
           The fill color of the style.  
 color.typelineColor
           The line color of the style.  
 lineType.typelineType
           The line type of the style.  
 xs:doublelineWidth
           The line width of the style.  

Attribute Detail

fillColor

The fill color of the style.

Type:
color.type
Use:
optional
Form:
unqualified

lineColor

The line color of the style.

Type:
color.type
Use:
optional
Form:
unqualified

lineType

The line type of the style.

Type:
lineType.type
Use:
optional
Form:
unqualified

lineWidth

The line width of the style.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:element name="SimpleStyle">
<xs:complexType>
<xs:attribute name="fillColor" type="color.type" use="optional">
</xs:attribute>
<xs:attribute name="lineColor" type="color.type" use="optional">
</xs:attribute>
<xs:attribute name="lineType" type="lineType.type" use="optional">
</xs:attribute>
<xs:attribute name="lineWidth" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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