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

Super Types
{http://www.yworks.com/xml/graphml} (restriction)

Documentation
The state of a GenericGroupNodeRealizer (open/closed etc.).
Properties
This component is not nillable.

Model
<State
  autoResize = xs:boolean
  closed = xs:boolean
  closedHeight = xs:double
  closedWidth = xs:double>

</State>


Attribute Summary
 xs:booleanautoResize
           Whether the group node should automatically resize itself.  
 xs:booleanclosed
           Whether the group is currently closed.  
 xs:doubleclosedHeight
           The height of the group node in closed state.  
 xs:doubleclosedWidth
           The width of the group node in closed state.  

Attribute Detail

autoResize

Whether the group node should automatically resize itself.

Type:
xs:boolean
Use:
optional
Form:
unqualified

closed

Whether the group is currently closed.

Type:
xs:boolean
Use:
optional
Form:
unqualified

closedHeight

The height of the group node in closed state.

Type:
xs:double
Use:
optional
Form:
unqualified

closedWidth

The width of the group node in closed state.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<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>


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