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

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

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


Nested Element Summary
Insets.typeBorderInsets
           The extra insets of a GroupNodeRealizer.  
LineStyle.typeBorderStyle
           The LineStyle of the border.  
 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.  
 State
           The state of a GenericGroupNodeRealizer (open/closed etc.).  
UserData.typeUserData
           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 node is currently 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 node is currently selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="GenericGroupNode.type">
<xs:complexContent>
<xs:extension base="GenericNode.type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="State">
<xs:complexType>
<xs:attribute name="closed" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="autoResize" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="closedHeight" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="closedWidth" type="xs:double" 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.