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

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

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


Nested Element Summary
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.  
NodeLabel.typeNodeLabel
           The (optional) node label.  
 Shape
           The actual shape of a ShapeNodeRealizer.  

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


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