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

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

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


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


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