http://www.yworks.com/xml/graphml
complexType ShapeNode.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}Node.type (restriction)
|
+--{http://www.yworks.com/xml/graphml}ShapeNode.type (extension)

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

Model
<...
  selected = xs:boolean>
(Geometry?, Fill, BorderStyle?, NodeLabel* ) (Shape, DropShadow? )
</...>


Nested Element Summary
LineStyle.typeBorderStyle
           The LineStyle of the border.  
DropShadow.typeDropShadow
           The drop shadow.  
 Fill
           The fill attributes of the node.  
Geometry.typeGeometry
           The location and size of the node.  
NodeLabel.typeNodeLabel
           The (optional) node label.  
 Shape
           The actual shape of a ShapeNodeRealizer.  

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

Attribute Detail

selected

Whether the node is currently selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="ShapeNode.type">
<xs:complexContent>
<xs:extension base="Node.type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="Shape">
<xs:complexType>
<xs:attribute name="type" type="shapeType.type" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="DropShadow" type="DropShadow.type">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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