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

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

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


Nested Element Summary
LineStyle.typeBorderStyle
           The LineStyle of the border.  
 Fill
           The fill attributes of the node.  
Geometry.typeGeometry
           The location and size of the node.  
NodeLabel.typeNodeLabel
           The (optional) node label.  
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="GenericNode" type="GenericNode.type">
</xs:element>


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