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

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

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


Nested Element Summary
Insets.typeBorderInsets
           The extra insets of a GroupNodeRealizer.  
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.  
Insets.typeInsets
           The minimal insets of a GroupNodeRealizer.  
NodeLabel.typeNodeLabel
           The (optional) node label.  
 Shape
           The actual shape of a GroupNodeRealizer.  
 State
           The state of a GroupNodeRealizer (open/closed etc.).  

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="GroupNode.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:element maxOccurs="1" minOccurs="0" name="State">
<xs:complexType>
<xs:attribute name="closed" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="innerGraphDisplayEnabled" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="Insets" type="Insets.type">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="BorderInsets" type="Insets.type">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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