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

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

Model
<...
  selected = xs:boolean>
(Geometry?, Fill, BorderStyle?, NodeLabel* ) Image
</...>


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.  
 Image
           Encodes an image for an ImageNodeRealizer.  
NodeLabel.typeNodeLabel
           The (optional) node label.  

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:complexType name="ImageNode.type">
<xs:complexContent>
<xs:extension base="Node.type">
<xs:sequence>
<xs:element name="Image">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="optional">
</xs:attribute>
<xs:attribute name="alphaImage" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="refid" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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